EXTENSION | |
LoanStateDate | Specifies the date for the "Loan State Type".A data type of Date SHOULD identify a data point that represents numerically a specific year, month and year, or day month and year of the Gregorian Calendar.
Full dates MUST be represented in the extended format CCYY-MM-DD
CCYY is a four-digit year, "0001" through "9999"
MM is a two-digit month of that year, "01" through "12"
DD is a two-digit day of that month, "01" through "31"
Padded zeros must be used.
- is the required separator between CCYY-MM-DD
if the day or month and day are dropped, the preceding separator is also dropped
an optional trailing time zone indicator is permitted using either Z (for Coordinated Universal Time UTC) or an offset from UTC using +hh:mm or -hh:mm as in Datetime
Note that negative or extended (more than 4 digit) years are not permitted.
EXAMPLE: A Next Escrow Review Date that discloses the year and month would be expressed as "2010-06". |
LoanStateDatetime | Specifies the date and time of the designated Loan State Type.A data type of Datetime SHOULD identify a data point that represents numerically a specific day month and year of the Gregorian Calendar plus a time of day expressed in hours, minutes and seconds as related to Coordinated Universal Time (UTC) and MAY have an IgnoreTimeSegmentIndicator attribute.
Datetimes MUST be represented in the extended format CCYY-MM-DDThh:mm:ssZ
CCYY is a four-digit year, "0000" through "9999"
MM is a two-digit month of that year, "01" through "12"
DD is a two-digit day of that month, "01" through 31
- is the required separator between CCYY-MM-DD
T is the required separator between the date and the time groupings
hh is a two-digit hour of that day, "00" through "23"
mm is a two-digit minute of that hour, "00" through "59"
ss is a two-digit second of that minute, "00" through "59"
: is the required separator between hh:mm:ss
Z is a required time zone indicator using either Z (for Coordinated Universal Time UTC) or an offset from UTC using +hh:mm or -hh:mm
Padded leading zeroes must be used throughout.
an optional fractional seconds (decimal point and up to 9 digits) is permitted between the seconds and the time zone.
Note that negative or extended (more than 4 digit) years are not permitted.
EXAMPLE: An Event Datetime would be expressed as "2010-06-29T14;24:13.124-05:00". |
LoanStateType | Identifies the state in time for the information associated with this occurrence of LOAN.Identifies the state in time for the information associated with this occurrence of LOAN. |