<xsd:complexType name="ForwardRateCurve">
<xsd:annotation>
<xsd:documentation xml:lang="en">A curve used to model a set of forward interest rates. Used for forecasting interest rates as part of a pricing calculation.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="assetReference" type="AssetReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the rate index whose forwards are modeled.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rateCurve" type="TermCurve">
<xsd:annotation>
<xsd:documentation xml:lang="en">The curve of forward values.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|