Definition Type: ComplexType
Name: InterestCalculationTerms
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-collateral-processes-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into dayCountFraction in schema fpml-collateral-processes-5-10_xsd Drilldown into spread in schema fpml-collateral-processes-5-10_xsd Drilldown into index in schema fpml-collateral-processes-5-10_xsd Drilldown into calculationType in schema fpml-collateral-processes-5-10_xsdXSD Diagram of InterestCalculationTerms in schema fpml-collateral-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="InterestCalculationTerms">
    <xsd:sequence>
        <xsd:element name="calculationType" type="InterestCalculationTypeEnum" minOccurs="0" />
        <xsd:element name="index" type="FloatingRateIndex" minOccurs="0" />
        <!-- reusing FpML Floating Rate Index Scheme floating-rate-index-2-2.xml-->
        <xsd:element name="spread" type="xsd:decimal" minOccurs="0" />
        <xsd:element name="dayCountFraction" type="DayCountFraction" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationType nsE:calculationType 0 (1)
index nsE:index 0 (1)
spread nsE:spread 0 (1)
dayCountFraction nsE:dayCountFraction 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:interestCalculationTerms