CreditDecisionHeader

Uses the Component:CreditDecisionHeaderType

For each CreditDecision represented in the DataArea of the Credit Decision BOD, there must be one occurrence of the Header Component.

Fields and Components

Table 6.2. Fields and Components

Name Description Occurrence Type Data Type User Notes
DocumentDateTime

Is the date and time the document was last created. This is not the date and time that the BOD message instance was created.

0..1Field udt:DateTimeType  
SecondaryPassword

Secondary password used to validate access to the dealer information

0..1Field udt:TextType  
SecondaryDealerNumberID

Identifies secondary dealer number if different than primary "Dealer Number"

0..1Field udt:IdentifierType  
DocumentIdentificationGroup

A group of identifications that uniquely identifies this document

1..1ComponentDocumentIdentificationGroupType 
FinanceParty

Company receiving the credit application

1..1ComponentPartyABIEType 
DealerParty

Business party through which the Credit Application is being submitted

0..1ComponentPartyABIEType 
ApplicationStatusCode

Status of credit application

1..1Field scl:ApplicationStatusEnumeratedType  
ApplicationNumberString

Manufacturer assigned appilcation number.

0..*Field qdt:StringType  
ApplicationSourceCode

Code indicating the source of the application (Branch, Dealer, etc.)

0..1Field udt:CodeType  
Privacy

Any privacy rights the party has subscribed to or opted out of.

0..*ComponentPrivacyType 

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.2. CreditDecisionHeader

<CreditDecisionHeader>
     <DocumentDateTime>......</DocumentDateTime>     [0..1]
     <SecondaryPassword>......</SecondaryPassword>     [0..1]
     <SecondaryDealerNumberID>......</SecondaryDealerNumberID>     [0..1]
     <DocumentIdentificationGroup>......</DocumentIdentificationGroup>     [1..1]
     <FinanceParty>......</FinanceParty>     [1..1]
     <DealerParty>......</DealerParty>     [0..1]
     <ApplicationStatusCode>......</ApplicationStatusCode>     [1..1]
     <ApplicationNumberString>......</ApplicationNumberString>     [0..*]
     <ApplicationSourceCode>......</ApplicationSourceCode>     [0..1]
     <Privacy>......</Privacy>     [0..*]
</CreditDecisionHeader>