Definition Type: ComplexType
Name: CommitmentChange
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure which specifies the commitment changes occurring throughout the life of a facility.
Collapse XSD Schema Diagram:
Drilldown into remaining in schema fpml-loan-5-10_xsd Drilldown into adjustment in schema fpml-loan-5-10_xsd Drilldown into date in schema fpml-loan-5-10_xsdXSD Diagram of CommitmentChange in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommitmentChange">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure which specifies the commitment changes occurring throughout the life of a facility.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="date" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which a facility increase/decrease has/will occur.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="adjustment" type="Adjustment">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The total remaining commitment amount (in facility currency), once the adjustnment has been applied.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="remaining" type="MoneyWithParticipantShare">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The total remaining commitment amount (in facility currency), once the adjustnment has been applied.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
date nsA:date (1) (1)
adjustment nsA:adjustment (1) (1)
remaining nsA:remaining (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:commitmentChange