Definition Type: ComplexType
Name: ForecastRateIndex
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type defining a rate index.
Collapse XSD Schema Diagram:
Drilldown into indexTenor in schema fpml-shared-5-10_xsd3 Drilldown into floatingRateIndex in schema fpml-shared-5-10_xsd3XSD Diagram of ForecastRateIndex in schema fpml-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ForecastRateIndex">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a rate index.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="floatingRateIndex" type="FloatingRateIndex" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The ISDA Floating Rate Option, i.e. the floating rate index.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="indexTenor" type="Period" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The ISDA Designated Maturity, i.e. the tenor of the floating rate.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
floatingRateIndex nsD:floatingRateIndex 0 (1)
indexTenor nsD:indexTenor 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:forecastRateIndex