Definition Type: Element
Name: interestAccrualsMethod
Namespace: http://www.fpml.org/2003/FpML-4-0
Type: nsA:InterestAccrualsMethod
Containing Schema: fpml-eqs-4-0.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Defines the way in which interests are accrued: the applicable rate (fixed or floating reference) and the compounding method. FpML entity
Collapse XSD Schema Diagram:
Drilldown into compoundingMethod in schema fpml-eqs-4-0_xsd Drilldown into fixedRate in schema fpml-eqs-4-0_xsd Drilldown into floatingRateCalculation in schema fpml-eqs-4-0_xsd Drilldown into InterestAccrualsMethod in schema fpml-eqs-4-0_xsdXSD Diagram of interestAccrualsMethod in schema fpml-eqs-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="interestAccrualsMethod" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Defines the way in which interests are accrued: the applicable rate (fixed or floating reference) and the compounding method.</xsd:documentation>
        <xsd:documentation xml:lang="en">FpML entity</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <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>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
floatingRateCalculation nsA:floatingRateCalculation (1) (1)
fixedRate nsA:fixedRate (1) (1)
compoundingMethod nsA:compoundingMethod (1) (1)
Collapse Derivation Tree: