How can we help?

Context engine glossary – TIL


The context engine variables relating to TIL forecasted payments.

The context engine is a large database of retrievable variables, available for use throughout LoanPro software.

TIL Forecasted Payments - Because this variable includes multiple elements (there is generally more than one forecasted payment in the TIL disclosure on an account), this variable will usually need to be used in a loop. For information on how to select single values out of an array-style variable like this one see working with dynamic template variables.

If you would like the loop to display as a vertical list instead left to right as in the examples above, it will need to be formatted as follows:

[[BEGIN til-forecasted-payments]]

[[$principal-balance]]

[[END]]

Variables

The following is a list of each available property of this variable. The list elements are formatted as follows:

Property Example of the property being used in a loop with the unfulfilled-promises variable Explanation of the property
principal-balance [[BEGIN til-forecasted-payments]] [[$principal-balance]],[[END]] Displays the remaining principal balance before each payment that will be made on an account
adb-days [[BEGIN til-forecasted-payments]] [[$adb-days]],[[END]] Displays the number of days used to calculate the average daily balance for each forecasted payment on an account.
adb [[BEGIN til-forecasted-payments]] [[$adb]],[[END]] Displays the average daily principal balance for each forecasted payment period on an account.
amount-escrow [[BEGIN til-forecasted-payments]] [[$amount-escrow]],[[END]] Displays expected amount towards escrow for each forecasted payment on an account.
amount-fees [[BEGIN til-forecasted-payments]] [[$amount-fees]],[[END]] Displays expected amount towards fees for each forecasted payment on an account.
amount-interest [[BEGIN til-forecasted-payments]] [[$amount-interest]],[[END]] Displays expected amount towards interest for each forecasted payment on an account.
amount-discount [[BEGIN til-forecasted-payments]] [[$amount-discount]],[[END]] Displays expected amount towards discount for each forecasted payment on an account.
amount-principal [[BEGIN til-forecasted-payments]] [[$amount-principal]],[[END]] Displays expected amount towards principal for each forecasted payment on an account.
amount [[BEGIN til-forecasted-payments]] [[$amount]],[[END]] Displays expected amount of each forecasted payment on an account.
date [[BEGIN til-forecasted-payments]] [[$date]],[[END]] Displays expected date of each forecasted payment on an account.