<xsd:complexType name="FacilityCommitment">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that represents the commitment amount against a facility or facility portion. Also shows the utilization levels against the total commitment amount (in facility currency).</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="totalCommitmentAmount" type="MoneyWithParticipantShare">
<xsd:annotation>
<xsd:documentation xml:lang="en">The total commitment level associated with the facility or facility portion (in facility currency).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence minOccurs="0">
<xsd:group ref="Utilization.model" />
<xsd:element name="unavailableToUtilizeAmount" type="MoneyWithParticipantShare">
<xsd:annotation>
<xsd:documentation xml:lang="en">The portion of the commitment amount which is NOT available for the borrower to draw against.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:complexType>
|