<PARTICIPANTSETUP> - Sub element of <LOANPARTICIPANT>
NLS 5.37
Attribute | Type | Size | REQ | Default | Comments |
---|---|---|---|---|---|
PrincipalCap
|
Numeric | 1 | No | 0 = Greater1 = Lesser |
|
PrincipalCapDollarAmount
|
Numeric | 16,2 | No | ||
PrincipalCapPercentage
|
Numeric | 10,5 | No | ||
DisableFlowToShadow
|
Numeric | 1 | No | 0 = Disable1 = Enable |
|
UseInterestSetupOfLoan
|
Numeric | 1 | No | 0 = Disable1 = Enable |
|
AllowInterestSubsidization
|
Numeric | 1 | No | 0 = Disable1 = Enable |
|
SubsidizationCap
|
Numeric | 16,2 | No | ||
InterestSubsidizationBasedOn
|
Numeric | 1 | No | 0 = Greater1 = Lesser |
|
InterestSubsidizationDollarAmount
|
Numeric | 16,2 | No | ||
InterestSubsidizationPercentage
|
Numeric | 10,5 | No | ||
AllowInterestAddOn
|
Numeric | 1 | No | 0 = Disable1 = Enable |
|
AddOnCap
|
Numeric | 16,2 | No | ||
InterestAddOnBasedOn
|
Numeric | 1 | No | 0 = Greater1 = Lesser |
|
InterestAddOnDollarAmount
|
Numeric | 16,2 | No | ||
InterestAddOnPercentage
|
Numeric | 10,5 | No | ||
SetParticipantStatusAsClosed
|
Numeric | 1 | No | 0 = Disable1 = Enable |
Only one <PARTICIPANTSETUP> element is allowed under each <LOANPARTICIPANT>.
Add Loan - Insert loan participant and participant setup
<NLS> <LOAN LoanTemplateNo="20" LoanNumber="TESTLOAN1XA" CIFNo="1" OriginationDate="07/22/2023" Entity="INDIVIDUAL"> <LOANINTERESTRATERECORD InterestType="0" InterestRate="3"/> <LOANPARTICIPANT UpdateFlag="0" ParticipantNumber="PRIMARY" ParticipantName="PRIMARY" LoanGroupNo="13"> <PARTICIPANTINTERESTRATERECORD Operation="ADD" InterestType="0"/> <PARTICIPANTSETUP PrincipalCap="0" PrincipalCapDollarAmount="150" PrincipalCapPercentage="3.5" DisableFlowToShadow="1" UseInterestSetupOfLoan="1" AllowInterestSubsidization="1" SubsidizationCap="62" InterestSubsidizationBasedOn="0" InterestSubsidizationDollarAmount="120" InterestSubsidizationPercentage="6" AllowInterestAddOn="1" AddOnCap="32" InterestAddOnBasedOn="0" InterestAddOnDollarAmount="98" InterestAddOnPercentage="3.6"/> </LOANPARTICIPANT> </LOAN> </NLS>
Update Loan - Insert loan participant and participant setup
<NLS> <LOAN UpdateFlag="1" AcctRefno="468" LoanNumber="TEST12344"> <LOANPARTICIPANT UpdateFlag="0" ParticipantNumber="PRIMARY" ParticipantName="PRIMARY" LoanGroupNo="13"> <PARTICIPANTSETUP PrincipalCap="0" PrincipalCapDollarAmount="150" PrincipalCapPercentage="3.5" DisableFlowToShadow="1" UseInterestSetupOfLoan="1" AllowInterestSubsidization="1" SubsidizationCap="62" InterestSubsidizationBasedOn="0" InterestSubsidizationDollarAmount="120" InterestSubsidizationPercentage="6" AllowInterestAddOn="1" AddOnCap="32" InterestAddOnBasedOn="0" InterestAddOnDollarAmount="98" InterestAddOnPercentage="3.6"/> </LOANPARTICIPANT> </LOAN> </NLS>
Update Loan - Update loan participant and participant setup
<NLS> <LOAN UpdateFlag="1" AcctRefno="468" LoanNumber="TEST12344"> <LOANPARTICIPANT UpdateFlag="1" ParticipantRefno="28" ParticipantNumber="PRIMARY" ParticipantName="PRIMARY" LoanGroupNo="13"> <PARTICIPANTSETUP PrincipalCap="0" PrincipalCapDollarAmount="250" PrincipalCapPercentage="2.5" DisableFlowToShadow="0" UseInterestSetupOfLoan="1" AllowInterestSubsidization="0" SubsidizationCap="52" InterestSubsidizationBasedOn="0" InterestSubsidizationDollarAmount="130" InterestSubsidizationPercentage="6" AllowInterestAddOn="1" AddOnCap="32" InterestAddOnBasedOn="0" InterestAddOnDollarAmount="89" InterestAddOnPercentage="3.6" SetParticipantStatusAsClosed="1"/> </LOANPARTICIPANT> </LOAN> </NLS>