SpecialProgramDetail

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.

Fields and Components

Table 6.55. 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  

Sample XML

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.55. SpecialProgramDetail

<SpecialProgramDetail>
     <SpecialProgramDescription>......</SpecialProgramDescription>     [0..*]
     <SpecialProgramsCode>......</SpecialProgramsCode>     [0..*]
</SpecialProgramDetail>