Definition Type: ComplexType
Name: CompoundingRate
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eq-shared-4-4.xsd
Abstract
Documentation:
A type defining a compounding rate. The compounding interest can either point back to the interest calculation node on the Interest Leg, or be defined specifically.
Collapse XSD Schema Diagram:
Drilldown into specificRate in schema fpml-eq-shared-4-4_xsd Drilldown into interestLegRate in schema fpml-eq-shared-4-4_xsdXSD Diagram of CompoundingRate in schema fpml-eq-shared-4-4_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 interest calculation node on the Interest Leg, or be defined specifically.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="interestLegRate" type="InterestCalculationReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to the 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 fpml:interestLegRate (1) (1)
specificRate fpml:specificRate (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:compoundingRate