Definition Type: ComplexType
Name: CommodityFixedInterestCalculation
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-com-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into dayCountFraction in schema fpml-com-5-10_xsd1 Drilldown into fixedRate in schema fpml-com-5-10_xsd1XSD Diagram of CommodityFixedInterestCalculation in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityFixedInterestCalculation">
    <xsd:sequence>
        <xsd:element name="fixedRate" type="IdentifiedRate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The calculation period fixed rate or "fee" rate. A per annum rate, expressed as a decimal. A fixed rate of 5% would be represented as 0.05. When multiplied by the Notional Amount and the number of calendar days in the Calculation Period divided by the calendar days basis, is the fixed amount payed per Calculation Period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="dayCountFraction" type="DayCountFraction" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the basis for the adjustment of a rate from an annual rate to a rate appropriate for the Calculation Period: e.g. the number of calendar days in the Calculation Period divided by the calendar days basis e.g. actual number of days in the Calculation Period divided by 365.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fixedRate nsD:fixedRate 0 (1)
dayCountFraction nsD:dayCountFraction 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:commodityFixedInterestCalculation