XML Schema Documentation

Complex Type: FacilityCommitmentPosition

[Table of contents]

Super-types: None
Sub-types: None
Name FacilityCommitmentPosition
Used by (from the same schema document) Model Group FacilityNoticeDetails.model
Abstract no
Documentation This represents current and prior facility commitment amounts on both the global and lender postion levels.
XML Instance Representation
<...>
<currentAmount> ParticipationAmount </currentAmount> [1]

'The amount of principal commitment currently allocated to the lender within the facility (this is after any associated events).'

<priorAmount> ParticipationAmount </priorAmount> [1]

'The amount of principal commitment that was allocated to the lender within the facility (this is prior to any associated events).'

<loanContractPosition> LoanContractPosition </loanContractPosition> [0..*]

'A structure used to define all positions held by the lender at the loan contract level. This structure is design to hold either some or all loan contracts.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="FacilityCommitmentPosition">
<xsd:sequence>
<xsd:element name="currentAmount" type=" ParticipationAmount "/>
<xsd:element name="priorAmount" type=" ParticipationAmount "/>
<xsd:element name="loanContractPosition" type=" LoanContractPosition " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>