Uses the Component:MonetaryAmountType
This component is used to report monetary amounts.
Table 6.7. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
SecondaryAccountingTermCode |
A term that defines the time scope of the associated Monetary Value. | 0..1 | Field | scl:SecondaryAccountingTermEnumeratedType | |
MonetaryValue |
The monetary Amount being reported | 1..1 | Field | udt:AmountType |
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. MonetaryAmount
<MonetaryAmount> <SecondaryAccountingTermCode>......</SecondaryAccountingTermCode> [0..1] <MonetaryValue>......</MonetaryValue> [1..1] </MonetaryAmount>