---
tags: Loans, LNPD01P2, 2.023, Priority 6
---
# 2.023 Loan Past Due Notice LNPD01P2
@{
var throwError=true;
var jsonHelper = Model.GetJsonHelper(Model.Sequence.Data, throwError);
}
## Past Due Notice
Account is past due, please pay @jsonHelper.GetValue("?").<br/>
<br/>
[A VARIABLE NEEDS TO SET TO GRAB THE OFF THE DATA AND APPLY AS BELOW]
[if 10 days then]
Our records indicate that your payment is 10 days past due. If you have already mailed your payment, please disregard this notice.
[if 30 days then]
Our records indicate that your payment is 30 days past due. Please remit your payment today.
[if 45 days then]
Our records indicate that your payment is 45 days past due. Please protect your credit standing with us by remitting your payment today.
<br/>
<br/>
| Payment Information | |
| :------------- | ------------------------: |
| Due Date | @jsonHelper.GetValue("?") |
| Escrow Balance | @jsonHelper.GetValue("?") |
| Past Due | @jsonHelper.GetValue("?") |
| Late Charge | @jsonHelper.GetValue("?") |
| Next Due | @jsonHelper.GetValue("?") |
| **Total Due** | **@jsonHelper.GetValue("?")** |
Loan officer: @jsonHelper.GetValue("?")<br/>
Phone number: @jsonHelper.GetValue("?")
<br/>
<br/>
**LNPD01P2**