<SECURITIZATION> - Sub Element of <LOAN>

NLS 5.31 - 5.33

NLS 5.34 and later

Beginning with NLS 5.34, <SECURITIZATION> is a sub element of <NLS>.

Valid only when LOAN > UpdateFlag=1.

LOAN > AcctRefno is required.

Attribute Type Size REQ Default Comments
LoanStatusCode String ≤25 Yes    
TransferDate Date   Yes   MM/dd/yyyy or as configured by the DATEFMT user defined parameter.
NewLoanGroupNo
NewLoanGroupName
Numeric
String
9
≤25
Yes   Only need to specify one or the other.

XML

<NLS>
    <LOAN UpdateFlag="1" AcctRefno="1">
        <SECURITIZATION LoanStatusCode="STATUSCODE" TransferDate="01/1/2022" NewLoanGroupName="XYZ GROUP"/>
    </LOAN>
</NLS>