Uses the Component:CreditDecisionDetailType
The Detail component represents the detail information of the Credit Decision. One Detail is required for each Header.
Table 6.6. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
SalesOffer |
Sales Offer Information. | 0..* | Component | SalesOfferType | |
ApplicationFinance | 0..1 | Component | ApplicationFinanceType | ||
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..1 | Component | DecisionType | |
Applicant |
Applicant information. | 0..* | Field | PartyBBIEType |
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>