Definition Type: Group
Name: FacilityRates.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model that describes various facility rate details.
Collapse XSD Schema Diagram:
Drilldown into penaltyRate in schema fpml-loan-5-10_xsd Drilldown into mandatoryCostRate in schema fpml-loan-5-10_xsd Drilldown into defaultRate in schema fpml-loan-5-10_xsdXSD Diagram of FacilityRates.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="FacilityRates.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model that describes various facility rate details.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="defaultRate" type="PeriodRate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">This represents a default rate that may apply in addition to a regular margin rate (on outstanding loan contracts). This rate applied at the discretion of the agent bank, if the borrower is deemed to be in default.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="mandatoryCostRate" type="PeriodRate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The mandatory cost rate currently applied to the interest rate period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="penaltyRate" type="PeriodRate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">This represents a penalty rate that may apply in addition to the regular margin rate (on outstanding loan contracts). This rate is applied at the discretion of the agent bank, if the borrower has broken terms stated within the credit agreement.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
defaultRate nsA:defaultRate 0 (1)
mandatoryCostRate nsA:mandatoryCostRate 0 (1)
penaltyRate nsA:penaltyRate 0 (1)