CreditPrimaryDriver

Uses the Component:PrimaryDriverType

The Primary Driver on a Credit Application or Contract

Fields and Components

Table 6.116. Fields and Components

Name Description Occurrence Type Data Type User Notes
RelationshipTypeCode

Indicates the Business Party's relationship to the primary Party (e.g., mother, father, husband, etc.).

0..1Field udt:CodeType  
RelationshipDescription

Free form text describing the relationship of the Business Party to the primary Party.

0..*Field udt:TextType  
PrimaryDriverIndicator

Identifies customer as primary driver.

0..1Field udt:IndicatorType  
EstimatedUsagePercent

Communicates the party's estimated percent of usage of the vehicle.

0..1Field udt:PercentType  
DriverParty

The driver of a vehicle, boat, or other transportation mechanism.

1..1ComponentPartyABIEType 

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.116. CreditPrimaryDriver

<CreditPrimaryDriver>
     <RelationshipTypeCode>......</RelationshipTypeCode>     [0..1]
     <RelationshipDescription>......</RelationshipDescription>     [0..*]
     <PrimaryDriverIndicator>......</PrimaryDriverIndicator>     [0..1]
     <EstimatedUsagePercent>......</EstimatedUsagePercent>     [0..1]
     <DriverParty>......</DriverParty>     [1..1]
</CreditPrimaryDriver>