MonetaryAmount

Uses the Component:MonetaryAmountType

This component is used to report monetary amounts.

Fields and Components

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..1Field scl:SecondaryAccountingTermEnumeratedType  
MonetaryValue

The monetary Amount being reported

1..1Field udt:AmountType  

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

<MonetaryAmount>
     <SecondaryAccountingTermCode>......</SecondaryAccountingTermCode>     [0..1]
     <MonetaryValue>......</MonetaryValue>     [1..1]
</MonetaryAmount>