Definition Type: ComplexType
Name: SpecifiedRate
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
A type to specify an interest rate.
Collapse XSD Schema Diagram:
Drilldown into spread in schema fpml-legal-5-10_xsd Drilldown into floatingRate in schema fpml-legal-5-10_xsd Drilldown into fixedRate in schema fpml-legal-5-10_xsd Drilldown into currency in schema fpml-legal-5-10_xsdXSD Diagram of SpecifiedRate in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="SpecifiedRate">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type to specify an interest rate.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="currency" type="Currency" />
        <xsd:choice>
            <xsd:element name="fixedRate" type="xsd:decimal" />
            <xsd:sequence>
                <xsd:element name="floatingRate" type="FloatingRateIndex" />
                <xsd:element name="spread" type="xsd:decimal" minOccurs="0" />
            </xsd:sequence>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency nsB:currency (1) (1)
fixedRate nsB:fixedRate (1) (1)
floatingRate nsB:floatingRate (1) (1)
spread nsB:spread 0 (1)
Collapse Derivation Tree:
Collapse References:
nsB:specifiedRate