OtherCharges

Uses the Component:OtherChargesType

Other charges associated with the financing.

Fields and Components

Table 6.82. Fields and Components

Name Description Occurrence Type Data Type User Notes
OtherChargesAmount

Identifies the amount of other charges.

0..1Field udt:AmountType  
OtherChargesPaidFor

Describes the purpose of the other charges.

0..1Field udt:TextType  
OtherChargesPaidTo

Describes to whom the other charges are to be paid.

0..1Field udt:TextType  
OtherChargesCapitalizedIndicator

Indicates whether the item is capitalized or not capitalized if part of an lease

0..1Field udt:IndicatorType  

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.82. OtherCharges

<OtherCharges>
     <OtherChargesAmount>......</OtherChargesAmount>     [0..1]
     <OtherChargesPaidFor>......</OtherChargesPaidFor>     [0..1]
     <OtherChargesPaidTo>......</OtherChargesPaidTo>     [0..1]
     <OtherChargesCapitalizedIndicator>......</OtherChargesCapitalizedIndicator>     [0..1]
</OtherCharges>