Definition Type: ComplexType
Name: FacilityRepayment
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
Representation of a repayment made by the borrower against a single facility.
Collapse XSD Schema Diagram:
Drilldown into amount in schema fpml-loan-4-5_xsd Drilldown into repaymentDate in schema fpml-loan-4-5_xsd Drilldown into breakageCost in schema fpml-loan-4-5_xsd Drilldown into adjustsCommitment in schema fpml-loan-4-5_xsd Drilldown into refusalAllowed in schema fpml-loan-4-5_xsdXSD Diagram of FacilityRepayment in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FacilityRepayment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Representation of a repayment made by the borrower against a single facility.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="refusalAllowed" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines whether the lender has an option to accept or deny the payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="adjustsCommitment" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines whether the principal repayment will adjust the commitment level of the associated facility.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="breakageCost" type="BreakageCostEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Where breakage cost is applicable, this enumeration defines who is calculating it - agent bank or lender.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="repaymentDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the principal repayment amount was paid to the lender by the agent bank. This is an actual (adjusted) date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="amount" type="ParticipationAmount">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The global and lender share amount of the principal repayment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
refusalAllowed fpml:refusalAllowed (1) (1)
adjustsCommitment fpml:adjustsCommitment (1) (1)
breakageCost fpml:breakageCost 0 (1)
repaymentDate fpml:repaymentDate (1) (1)
amount fpml:amount (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:facilityRepayment