Uses the Component:ApplicantType
Information regarding the co-applicant for a contract.
Table 6.27. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
PrimaryDriverIndicator |
Identifies customer as primary driver. | 0..1 | Field | udt:IndicatorType | |
ResidencePeriod |
The period of time of residence at this address. | 0..1 | Component | PeriodABIEType | |
ApplicantParty |
The primary applicant for a contract. | 1..1 | Component | PartyABIEType | |
ApplicantDemographics |
The Applicant Demographics component represents characteristics of an applicant, e.g., gender, language, birth date, etc. | 0..1 | Component | ApplicantDemographicsType | |
EmploymentHistory |
Information that relates to employment of an person. | 0..* | Component | EmploymentHistoryType | |
NearestRelativePerson |
The nearest living relative. | 0..1 | Component | PersonType | |
BankFinancialInstitution |
A Bank, Savings and Loan, or other financial institution | 0..* | Component | FinancialInstitutionType | |
CreditorFinancialInstitution | 0..* | Component | FinancialInstitutionType | ||
OtherIncome |
Income received from other sources such as child support, alimony, etc. | 0..1 | Component | OtherIncomeType | |
ReferencePerson |
A person that is used as a reference. | 0..* | Component | PersonType | |
GSTRegistrantIndicator |
Indicates whether applicant is a GST registrant. | 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.27. Applicant
<Applicant> <PrimaryDriverIndicator>......</PrimaryDriverIndicator> [0..1] <ResidencePeriod>......</ResidencePeriod> [0..1] <ApplicantParty>......</ApplicantParty> [1..1] <ApplicantDemographics>......</ApplicantDemographics> [0..1] <EmploymentHistory>......</EmploymentHistory> [0..*] <NearestRelativePerson>......</NearestRelativePerson> [0..1] <BankFinancialInstitution>......</BankFinancialInstitution> [0..*] <CreditorFinancialInstitution>......</CreditorFinancialInstitution> [0..*] <OtherIncome>......</OtherIncome> [0..1] <ReferencePerson>......</ReferencePerson> [0..*] <GSTRegistrantIndicator>......</GSTRegistrantIndicator> [0..1] </Applicant>