Definition Type: Group
Name: FacilityCommitment.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model that describes facility commitment information together with any schedule associated with the commitment.
Collapse XSD Schema Diagram:
Drilldown into dealFxRate in schema fpml-loan-5-10_xsd Drilldown into commitmentSchedule in schema fpml-loan-5-10_xsd Drilldown into originalCommitment in schema fpml-loan-5-10_xsd Drilldown into currentCommitment in schema fpml-loan-5-10_xsdXSD Diagram of FacilityCommitment.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="FacilityCommitment.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model that describes facility commitment information together with any schedule associated with the commitment.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="currentCommitment" type="FacilityCommitment">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The current global/lender share commitment amount. This defines the current limit against which the borrower may draw funds.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="originalCommitment" type="MoneyWithParticipantShare" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The original global commitment amount. This defines the limit, as of the start date, against which the borrower may draw funds.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="commitmentSchedule" type="CommitmentSchedule" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The commitment schedule associated with the facility.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="dealFxRate" type="FxTerms" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the exchange rate between the facility and deal denomination currencies (only required if the currencies are different).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currentCommitment nsA:currentCommitment (1) (1)
originalCommitment nsA:originalCommitment 0 (1)
commitmentSchedule nsA:commitmentSchedule 0 (1)
dealFxRate nsA:dealFxRate 0 (1)