Definition Type: ComplexType
Name: RateLimits
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure that defines the limits associated with rates that can be applied to a loan instrument.
Collapse XSD Schema Diagram:
Drilldown into capRate in schema fpml-loan-5-10_xsd Drilldown into floorRate in schema fpml-loan-5-10_xsdXSD Diagram of RateLimits in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="RateLimits">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that defines the limits associated with rates that can be applied to a loan instrument.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="floorRate" type="PeriodRate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The rate floor being applied.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="capRate" type="PeriodRate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The rate cap being applied.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
floorRate nsA:floorRate 0 (1)
capRate nsA:capRate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:allInRateLimits, nsA:allInRateLimits, nsA:baseRateLimits