Table of Contents
Uses the Component:FinancialMetricsType
FinancialMetrics is used to transmit dealer Financial Metrics information.
Table 6.1. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| FinancialMetricsHeader |
For each FinancialMetrics represented in the DataArea of the Financial Metrics Business Object Document, there must be once occurrence of the Header Component. | 1..1 | Component | FinancialMetricsHeaderType | |
| FinancialMetricsDetail |
Financial Metrics Detail | 1..* | Component | FinancialMetricsDetailType |
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.1. FinancialMetrics
<FinancialMetrics>
<FinancialMetricsHeader>......</FinancialMetricsHeader> [1..1]
<FinancialMetricsDetail>......</FinancialMetricsDetail> [1..*]
</FinancialMetrics>