Context engine glossary – general
The context engine is a large database of retrievable variables, available for use throughout LoanPro software. These are the variables for general:
Name | Variable | Description |
Date of First Delinquency | [[v('date-of-first-delinquency')]] | This is the first date the loan was delinquent (30 days after missing a payment) in the current delinquency. |
1st Delinquency Date | [[companyFormatDateTime('first-delinquency-date')]] | This is the first date when the loan was ever delinquent, 30 days after a missed payment. If the loan went delinquent hasn't yet paid up to get current, this will be the same as the date-of-first-delinquency above. But if the loan went delinquent, got current, and then went delinquent again, this date will be the start of the earliest delinquency. |
Current Time | [[v('current-time')]] | Displays the exact time at which the variable was generated. |
Current Date | [[companyFormatDateTime('current-date')]] | Displays the exact date on which the variable was generated. |
Was this article helpful?