Table of Contents
Uses the Component:FinancialStatementType
FinancialStatement is used to transmit dealer Financial Statement information. This may include Balance Sheet, Profit and Loss, and any other Financial Statement related information.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
FinancialStatementHeader |
For each FinancialStatement represented in the DataArea of the Financial Statement Business Object Document, there must be once occurrence of the Header Component. | 1..1 | Component | FinancialStatementHeaderType | |
FinancialStatementDetail |
The Detail Component represents the detailed information for the Financial Statement. | 1..* | Component | FinancialStatementDetailType |
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. FinancialStatement
<FinancialStatement> <FinancialStatementHeader>......</FinancialStatementHeader> [1..1] <FinancialStatementDetail>......</FinancialStatementDetail> [1..*] </FinancialStatement>