Uses the Component:OtherChargesType
Other charges associated with the financing.
Table 6.82. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
OtherChargesAmount |
Identifies the amount of other charges. | 0..1 | Field | udt:AmountType | |
OtherChargesPaidFor |
Describes the purpose of the other charges. | 0..1 | Field | udt:TextType | |
OtherChargesPaidTo |
Describes to whom the other charges are to be paid. | 0..1 | Field | udt:TextType | |
OtherChargesCapitalizedIndicator |
Indicates whether the item is capitalized or not capitalized if part of an lease | 0..1 | Field | udt:IndicatorType |
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.82. OtherCharges
<OtherCharges> <OtherChargesAmount>......</OtherChargesAmount> [0..1] <OtherChargesPaidFor>......</OtherChargesPaidFor> [0..1] <OtherChargesPaidTo>......</OtherChargesPaidTo> [0..1] <OtherChargesCapitalizedIndicator>......</OtherChargesCapitalizedIndicator> [0..1] </OtherCharges>