Definition Type: ComplexType
Name: MarginRateChange
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
The amount by which the margin rate has changed within a facility.
Collapse XSD Schema Diagram:
Drilldown into postRate in schema fpml-loan-4-5_xsd Drilldown into priorRate in schema fpml-loan-4-5_xsd Drilldown into effectiveDate in schema fpml-loan-4-5_xsd Drilldown into loanContractSummary in schema fpml-loan-4-5_xsd Drilldown into borrowingOptionType in schema fpml-loan-4-5_xsdXSD Diagram of MarginRateChange in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="MarginRateChange">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The amount by which the margin rate has changed within a facility.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="borrowingOptionType" type="BorrowingOptionType">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The type of funded product for which the margin is being amended.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="loanContractSummary" type="LoanContractSummary">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A basic set of fields used to uniquely identify the loan contract.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="effectiveDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The effective date of the pricing change.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="priorRate" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The margin rate prior to the repricing.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="postRate" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The margin rate after the repricing.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
borrowingOptionType fpml:borrowingOptionType (1) (1)
loanContractSummary fpml:loanContractSummary (1) (1)
effectiveDate fpml:effectiveDate (1) (1)
priorRate fpml:priorRate 0 (1)
postRate fpml:postRate (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:marginRateChange