Uses the Component:SpecialProgramDetailType
Represents information related to the types of lending programs being applied to the deal. EX: College Graduate, 1st Time Buyer, Repeat Customer, Manufacturer Programs, etc.
Table 6.79. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
SpecialProgramDescription |
The description of the special program (First Time Buyer, College Graduate, etc.) being applied to the deal. | 0..* | Field | udt:TextType | |
SpecialProgramsCode |
Code identifying the special program (First Time Buyer, College Graduate, etc.) being applied to the deal. | 0..* | Field | udt:CodeType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.79. SpecialProgramDetail
<SpecialProgramDetail> <SpecialProgramDescription>......</SpecialProgramDescription> [0..*] <SpecialProgramsCode>......</SpecialProgramsCode> [0..*] </SpecialProgramDetail>