Uses the Component:ApplicantDemographicsType
The Applicant Demographics component represents characteristics of an applicant, e.g., gender, language, birth date, etc.
Table 6.29. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
EducationLevel |
Last Year of education completed> | 0..1 | Field | udt:TextType | |
Dependents |
Represents information about the dependents in the household | 0..1 | Component | DependentsType | |
FirstTimeBuyerIndicator |
Identifies customer as first time buyer | 0..1 | Field | udt:IndicatorType | |
RetiredIndicator |
Indicates if the Business Partner is retired. | 0..1 | Field | udt:IndicatorType | |
MilitaryIndicator |
Indicates whether or not the applicant is a current member of the military. | 0..1 | Field | udt:IndicatorType |
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.29. ApplicantDemographics
<ApplicantDemographics> <EducationLevel>......</EducationLevel> [0..1] <Dependents>......</Dependents> [0..1] <FirstTimeBuyerIndicator>......</FirstTimeBuyerIndicator> [0..1] <RetiredIndicator>......</RetiredIndicator> [0..1] <MilitaryIndicator>......</MilitaryIndicator> [0..1] </ApplicantDemographics>