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 oag:xbt_DateTimeType  
DocumentIdentification

A group of identifications that uniquely identifies this document

0..1ComponentDocumentIdentificationType 
DefaultCurrency

Default global currency that can be used in all amounts. It can be overwrittten in individual amounts by populating the "currency" attribute in the Amount Data Type.

0..1Field oag:clm542173A20090305_ISO3AlphaCurrencyCodeContentType  
DefaultLanguage

Default language. It can be overwrittten in individual data elements in the BOD if needed.

0..1Field sqdt:LanguageCodeType  
FinanceParty

Company receiving the credit application.

0..1Field PartyBBIEType  
DealerParty

Business party through which the Credit Application is being submitted

0..1Field PartyBBIEType  
Privacy

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

0..*Componentoag:PreferenceBaseType 
ApplicationStatusCode

The status of the application.

0..1Field oag:CodeType  
ApplicationID

Application ID.

0..1Field oag:OpenIDType  
ApplicationSourceCode

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

0..1Field oag: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.2. CreditDecisionHeader

<CreditDecisionHeader>
     <DocumentDateTime>......</DocumentDateTime>     [0..1]
     <DocumentIdentification>......</DocumentIdentification>     [0..1]
     <DefaultCurrency>......</DefaultCurrency>     [0..1]
     <DefaultLanguage>......</DefaultLanguage>     [0..1]
     <FinanceParty>......</FinanceParty>     [0..1]
     <DealerParty>......</DealerParty>     [0..1]
     <Privacy>......</Privacy>     [0..*]
     <ApplicationStatusCode>......</ApplicationStatusCode>     [0..1]
     <ApplicationID>......</ApplicationID>     [0..1]
     <ApplicationSourceCode>......</ApplicationSourceCode>     [0..1]
</CreditDecisionHeader>