Definition Type: ComplexType
Name: Compounding
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eq-shared-4-4.xsd
Abstract
Documentation:
Specifies the compounding method and the compounding rate.
Collapse XSD Schema Diagram:
Drilldown into compoundingRate in schema fpml-eq-shared-4-4_xsd Drilldown into compoundingMethod in schema fpml-eq-shared-4-4_xsdXSD Diagram of Compounding in schema fpml-eq-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Compounding">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies the compounding method and the compounding rate.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="compoundingMethod" type="CompoundingMethodEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">If more that one calculation period contributes to a single payment amount this element specifies whether compounding is applicable, and if so, what compounding method is to be used. This element must only be included when more that one calculation period contributes to a single payment amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="compoundingRate" type="CompoundingRate">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines 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:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
compoundingMethod fpml:compoundingMethod (1) (1)
compoundingRate fpml:compoundingRate (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:compounding