Definition Type: ComplexType
Name: InterestAccrualsMethod
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type describing the method for accruing interests on dividends. Can be either a fixed rate reference or a floating rate reference.
Collapse XSD Schema Diagram:
Drilldown into fixedRate in schema fpml-shared-4-4_xsd Drilldown into floatingRateCalculation in schema fpml-shared-4-4_xsdXSD Diagram of InterestAccrualsMethod in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="InterestAccrualsMethod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the method for accruing interests on dividends. Can be either a fixed rate reference or a floating rate reference.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="floatingRateCalculation" type="FloatingRateCalculation">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The floating rate calculation definitions</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fixedRate" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The calculation period fixed rate. A per annum rate, expressed as a decimal. A fixed rate of 5% would be represented as 0.05.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
floatingRateCalculation fpml:floatingRateCalculation (1) (1)
fixedRate fpml:fixedRate (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:InterestAccrualsCompoundingMethodfpml:InterestCalculation, fpml:specificRate,