Definition Type: ComplexType
Name: FixedAmountCalculation
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-cd-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into dayCountFraction in schema fpml-cd-5-10_xsd4 Drilldown into fixedRate in schema fpml-cd-5-10_xsd4XSD Diagram of FixedAmountCalculation in schema fpml-cd-5-10_xsd4 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FixedAmountCalculation">
    <xsd:sequence>
        <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
fixedRate nsF:fixedRate (1) (1)
dayCountFraction nsF:dayCountFraction 0 (1)
Collapse Derivation Tree:
Collapse References:
nsF:fixedAmountCalculation