Definition Type: ComplexType
Name: InterestAccrualsCompoundingMethod
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:InterestAccrualsMethod
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type defining the way in which interests are accrued: the applicable rate (fixed or floating reference) and the compounding method.
Collapse XSD Schema Diagram:
Drilldown into compoundingMethod in schema fpml-shared-4-4_xsd Drilldown into fixedRate in schema fpml-shared-4-4_xsd Drilldown into floatingRateCalculation in schema fpml-shared-4-4_xsd Drilldown into InterestAccrualsMethod in schema fpml-shared-4-4_xsdXSD Diagram of InterestAccrualsCompoundingMethod in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="InterestAccrualsCompoundingMethod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the way in which interests are accrued: the applicable rate (fixed or floating reference) and the compounding method.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="InterestAccrualsMethod">
            <xsd:sequence minOccurs="0">
                <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:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
floatingRateCalculation fpml:floatingRateCalculation (1) (1)
fixedRate fpml:fixedRate (1) (1)
compoundingMethod fpml:compoundingMethod (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:interestAccrualsMethod