V3 Contracts

Standard Form Request Contract

The following attributes and objects make up the StandardFormRequestContract.

ATTRIBUTEDESCRIPTION
groupNames
(Array[string]
A list of group names.
formNames
(Array[string]
A list of form names.
loan
(loanContract)
The ad hoc V3 loan contract.

Standard Print Form List Contract

The following attributes and objects make up the StandardPrintFormListContract.

ATTRIBUTEDESCRIPTION
groups
(Array[GroupNamesContract]
List of standard print form groups. See the GroupNamesContract.
forms
(Array[StandardPrintFormContract]
List of standard print forms. See the StandardPrintFormContract.

Group Names Contract

The following attributes and objects make up the GroupNamesContract.

ATTRIBUTEDESCRIPTION
name
string
The standard print form group name.

Standard Print Form Contract

The following attributes and objects make up the StandardPrintFormContract.

ATTRIBUTEDESCRIPTION
name
string
The standard print form name.
source
string
The source of the standard print form.
formVersion
string
The version for the standard print form.
urlaFormVersion
string
The Uniform Residential Loan Application (URLA) version of the form.
mergeParams
(Array[KeyValueProperties]
The merge parameters. See the KeyValueProperties contract.
groupName
string
The standard print form group name that the form belongs to.
replacementFormNames
(Array[string]
The replacement form name for an archived form.

Key Value Properties Contract

The following attributes and objects make up the KeyValueProperties contract.

ATTRIBUTEDESCRIPTION
key
string
The key property.
value
string
The value property.