Definition Type: ComplexType
Name: FacilityCommitment
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
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).
Collapse XSD Schema Diagram:
Drilldown into unavailableToUtilizeAmount in schema fpml-loan-5-10_xsd Drilldown into fundedUtilizedAmount in schema fpml-loan-5-10_xsd Drilldown into unfundedUtilizedAmount in schema fpml-loan-5-10_xsd Drilldown into unfundedUtilizedAmount in schema fpml-loan-5-10_xsd Drilldown into fundedUtilizedAmount in schema fpml-loan-5-10_xsd Drilldown into Utilization.model in schema fpml-loan-5-10_xsd Drilldown into totalCommitmentAmount in schema fpml-loan-5-10_xsdXSD Diagram of FacilityCommitment in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
totalCommitmentAmount nsA:totalCommitmentAmount (1) (1)
fundedUtilizedAmount nsA:fundedUtilizedAmount (1) (1)
unfundedUtilizedAmount nsA:unfundedUtilizedAmount 0 (1)
unfundedUtilizedAmount nsA:unfundedUtilizedAmount (1) (1)
fundedUtilizedAmount nsA:fundedUtilizedAmount 0 (1)
unavailableToUtilizeAmount nsA:unavailableToUtilizeAmount (1) (1)
<xs:group> nsA:Utilization.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:commitment, nsA:currentCommitmentnsA:facilityCommitment, nsA:priorCommitment,