Definition Type: ComplexType
Name: FixedRate
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: fpml-cd-4-4.xsd
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:
Drilldown into id in schema fpml-cd-4-4_xsdXSD Diagram of FixedRate in schema fpml-cd-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="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:simpleContent>
        <xsd:extension base="xsd:decimal">
            <xsd:attribute name="id" type="xsd:ID" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id Optional
Collapse Derivation Tree:
Collapse References:
fpml:fixedRate