<ALERTPD> - Sub element of <ALERT>

NLS 5.23

For payments due alerts.

Attribute Type Size REQ Default Comments
NumOfDays Numeric   Y   Negative value = the number of days before the due date.
Positive value = the number of days after the due date.
0 = due date.

Example: NumOfDays="-5" is 5 days before the due date.

OptionFlags Numeric   Y   0 = NONE
1 = PRINT5.33+
2 = EMAIL
4 = SMS
Add values to trigger multiple events. E.g. 6 = EMAIL and SMS.

Do not specify OptionFlags in the <ALERT> element.

XML

<NLS>
    <LOAN LoanNumber="NEWLOAN" LoanTemplateNo="1" CIFNumber="1" OriginationDate="7/01/2015"  MaturityDate="7/1/2018" LoanAmount="1000">
        <COMMUNICATION>
            <ALERTS>
                <ALERT AlertType="Statement" OptionFlags="3"/>
                <ALERT AlertType="PaymentsDue">
                    <ALERTPD NumOfDays="-5" OptionFlags="6"/>
                </ALERT>
            </ALERTS>
        </COMMUNICATION>
    </LOAN>
</NLS>