CreditDecisionDetail

Uses the Component:CreditDecisionDetailType

The Detail component represents the detail information of the Credit Decision. One Detail is required for each Header.

Fields and Components

Table 6.6. Fields and Components

Name Description Occurrence Type Data Type User Notes
SalesOffer

Sales Offer Information.

0..*ComponentSalesOfferType 
ApplicationFinance

0..1ComponentApplicationFinanceType 
Decision

The Decision component describes the response to the credit application. This component provides complete information about the lender’s terms and conditions regarding the credit request.

1..1ComponentDecisionType 
Applicant

Applicant information.

0..*Field PartyBBIEType  

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.7. CreditDecisionDetail

<CreditDecisionDetail>
     <SalesOffer>......</SalesOffer>     [0..*]
     <ApplicationFinance>......</ApplicationFinance>     [0..1]
     <Decision>......</Decision>     [1..1]
     <Applicant>......</Applicant>     [0..*]
</CreditDecisionDetail>