<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>
|