Loan Data Formats
Most loan resource requests primarily serve to read and write the values of numerous loan data elements between your application and Encompass. Loan data elements represent fields that make up the mortgage loan application. A few examples are Borrower Name, Address, Loan Type, and Credit Score. Please see the Encompass Loan Data Dictionary Guide for instructions on how to retrieve loan data fields from Encompass.
Loan Data Element Formats and Descriptors
Every data element is assigned an explicit format that defines the data type of the element (such as integer or string) and the display format for the element (e.g. the number of decimal places to display).
The following table contains the data element formats used within Encompass:
Format Data | Type Display | Format/Restrictions |
---|---|---|
STRING | String | None |
YN | String | "", “Y" or "N" |
X | String | "" or "X" |
ZIPCODE | String | nnnnn-nnnn |
STATE | String | Two-character abbreviation |
PHONE | String | nnn-nnn-nnnn nnnn |
SSN | String | nnn-nn-nnnn |
INTEGER | Int | n,nnn |
DECIMAL | Decimal | n,nnn.n... |
DECIMAL_1 | Decimal | n,nnn.n |
DECIMAL_2 | Decimal | n,nnn.nn |
DECIMAL_3 | Decimal | n,nnn.nnn |
DECIMAL_4 | Decimal | n,nnn.nnnn |
DATE | DateTime | MM/dd/yyyy |
MONTHDAY | DateTime | MM/dd |
DROPDOWN** | String | None |
DROPDOWNLIST** | String | Only values specific in the ptions list allowed. |
AUDIT** | String | Read-only |
NOTES:
** These fields are available only for custom field types. Encompass enforces the field format specification when you are setting the value of any field. For example, if you attempted to set the value of a field which has the INTEGER format to a string such as “ABC”, Encompass will raise an exception.
Updated 4 months ago