Definition Type: ComplexType
Name: FixedAmountCalculation
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-cd-4-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into dayCountFraction in schema fpml-cd-4-4_xsd Drilldown into fixedRate in schema fpml-cd-4-4_xsd Drilldown into calculationAmount in schema fpml-cd-4-4_xsdXSD Diagram of FixedAmountCalculation in schema fpml-cd-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FixedAmountCalculation">
    <xsd:sequence>
        <xsd:element name="calculationAmount" type="CalculationAmount" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The notional amount used in the calculation of fixed amounts where an amount is calculated on a formula basis, i.e. fixed amount = fixed rate payer calculation amount x fixed rate x fixed rate day count fraction. ISDA 2003 Term: Fixed Rate Payer Calculation Amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fixedRate" type="FixedRate">
            <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:element name="dayCountFraction" type="DayCountFraction" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The day count fraction. ISDA 2003 Term: Fixed Rate Day Count Fraction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationAmount fpml:calculationAmount 0 (1)
fixedRate fpml:fixedRate (1) (1)
dayCountFraction fpml:dayCountFraction 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:fixedAmountCalculation