XML Schema Documentation

Complex Type: CommitmentAmount

[Table of contents]

Super-types: None
Sub-types: None
Name CommitmentAmount
Used by (from the same schema document) Complex Type LenderPositionChange , Complex Type LenderPositionChange , Complex Type LenderPositionChange , Complex Type LenderPositionHistory , Complex Type LenderPositionHistory
Abstract no
Documentation A structure that defines the commitment amount against a facility, shows the utilization levels within the total commitment amount (in facility currency).
XML Instance Representation
<...>
<totalAmount> ParticipationAmount </totalAmount> [1]

'The total commitment level associated with the facility (in facility currency).'

<utilizedAmount> UtilizedAmount </utilizedAmount> [0..1]

'The total utilized amount associated with the facility (in facility currency).'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="CommitmentAmount">
<xsd:sequence>
<xsd:element name="totalAmount" type=" ParticipationAmount "/>
<xsd:element name="utilizedAmount" type=" UtilizedAmount " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>