Context Engine Glossary – Next Payment
General
The context engine is a large database of retrievable variables, available for use throughout LoanPro software.
These are the variables for next payment:
Name | Variable | Description |
Next Scheduled Payment Fees | [[v('next-scheduled-payment-fees')]] | Displays the amount of the next scheduled payment expected to go towards fees. |
Next Scheduled Payment Escrow | [[v('next-scheduled-payment-escrow')]] | Displays the amount of the next scheduled payment expected to go towards escrow. |
Next Scheduled Payment Discount | [[v('next-scheduled-payment-discount')]] | Displays the amount of the next scheduled payment expected to go towards discount. |
Next Scheduled Payment Principal | [[v('next-scheduled-payment-principal')]] | Displays the amount of the next scheduled payment expected to go towards principal. |
Next Scheduled Payment Interest | [[v('next-scheduled-payment-interest')]] | Displays the amount of the next scheduled payment expected to go towards interest. |
Next Scheduled Payment Amount | [[v('next-scheduled-payment-amount')]] | Displays the next scheduled payment amount on an account. |
Next Scheduled Payment Date | [[companyFormatDateTime('next-scheduled-payment-date')]] | Displays the next scheduled payment date on an account. |
Next Payment Fees | [[v('status-next-payment-fees')]] | Displays the amount of the next forecasted payment expected to go towards fees. |
Next Payment Escrow | [[v('status-next-payment-escrow')]] | Displays the amount of the next forecasted payment expected to go towards escrow. |
Next Payment Discount | [[v('status-next-payment-discount')]] | Displays the amount of the next forecasted payment expected to go towards discount. |
Next Payment Principal | [[v('status-next-payment-principal')]] | Displays the amount of the next forecasted payment expected to go towards principal. |
Next Payment Interest | [[v('status-next-payment-interest')]] | Displays the amount of the next forecasted payment expected to go towards interest. |
Next Payment Amount | [[v('status-next-payment-amount')]] | Displays the next forecasted payment amount on an account. |
Next Due Date | [[companyFormatDateTime('status-next-payment-date')]] | Displays the next forecasted payment date on an account. |