Definition Type: ComplexType
Name: CompoundingRate
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-eq-shared-5-10.xsd
Abstract
Documentation:
A type defining a compounding rate. The compounding interest can either point back to the floating rate calculation of interest calculation node on the Interest Leg, or be defined specifically.
Collapse XSD Schema Diagram:
Drilldown into specificRate in schema fpml-eq-shared-5-10_xsd Drilldown into interestLegRate in schema fpml-eq-shared-5-10_xsdXSD Diagram of CompoundingRate in schema fpml-eq-shared-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CompoundingRate">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a compounding rate. The compounding interest can either point back to the floating rate calculation of interest calculation node on the Interest Leg, or be defined specifically.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="interestLegRate" type="FloatingRateCalculationReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to the floating rate calculation of interest calculation node on the Interest Leg.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="specificRate" type="InterestAccrualsMethod">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines a specific rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
interestLegRate nsA:interestLegRate (1) (1)
specificRate nsA:specificRate (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:compoundingRate