Definition Type: ComplexType
Name: InterestCalculation
Namespace: http://www.fpml.org/2004/FpML-4-1
Type: nsA:InterestAccrualsMethod
Containing Schema: fpml-eqs-4-1.xsd
Abstract
Documentation:
Specifies the calculation method of the interest rate leg of the equity swap. Includes the floating or fixed rate calculation definitions, along with the determination of the day count fraction.
Collapse XSD Schema Diagram:
Drilldown into dayCountFraction in schema fpml-eqs-4-1_xsd Drilldown into fixedRate in schema fpml-shared-4-1_xsd Drilldown into floatingRateCalculation in schema fpml-shared-4-1_xsd Drilldown into InterestAccrualsMethod in schema fpml-shared-4-1_xsdXSD Diagram of InterestCalculation in schema fpml-eqs-4-1_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="InterestCalculation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Specifies the calculation method of the interest rate leg of the equity swap. Includes the floating or fixed rate calculation definitions, along with the determination of the day count fraction.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="InterestAccrualsMethod">
            <xsd:sequence>
                <xsd:element name="dayCountFraction" type="DayCountFraction">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The day count fraction.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
floatingRateCalculation nsA:floatingRateCalculation (1) (1)
fixedRate nsA:fixedRate (1) (1)
dayCountFraction nsA:dayCountFraction (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:interestCalculation