XML Schema Documentation

Complex Type: FloatingRateIndex

[Table of contents]

Super-types: xsd:normalizedString < FloatingRateIndex (by extension)
Sub-types: None
Name FloatingRateIndex
Used by (from the same schema document) Complex Type ForecastRateIndex , Model Group FloatingRateIndex.model
Abstract no
Documentation The ISDA Floating Rate Option, i.e. the floating rate index.
XML Instance Representation
<...
floatingRateIndexScheme=" xsd:anyURI [0..1]">
xsd:normalizedString
</...>
Diagram
Schema Component Representation
<xsd:complexType name="FloatingRateIndex">
<xsd:simpleContent>
<xsd:extension base=" xsd:normalizedString ">
<xsd:attribute name="floatingRateIndexScheme" type=" xsd:anyURI " default="http://www.fpml.org/coding-scheme/floating-rate-index-2-0"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>