Definition Type: ComplexType
Name: ForecastRateIndex
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type defining a rate index.
Collapse XSD Schema Diagram:
Drilldown into indexTenor in schema fpml-shared-4-4_xsd Drilldown into floatingRateIndex in schema fpml-shared-4-4_xsdXSD Diagram of ForecastRateIndex in schema fpml-shared-4-4_xsd (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">
            <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="Interval">
            <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 fpml:floatingRateIndex (1) (1)
indexTenor fpml:indexTenor (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:forecastRateIndex