Definition Type: Element
Name: fixedRate
Namespace: http://www.fpml.org/FpML-5/transparency
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-shared-5-10.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The calculation period fixed rate. A per annum rate, expressed as a decimal. A fixed rate of 5% would be represented as 0.05.
Collapse XSD Schema Diagram:
XSD Diagram of fixedRate in schema fpml-shared-5-10_xsd5 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:element name="fixedRate" type="xsd:decimal" minOccurs="0">
    <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>