complexType "ForwardRateCurve"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
forwardCurve
Known Usage Locations
Annotation
A curve used to model a set of forward interest rates. Used for forecasting interest rates as part of a pricing calculation.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ForwardRateCurve">
<xsd:sequence>
<xsd:element minOccurs="0" name="assetReference" type="AssetReference"/>
<xsd:element name="rateCurve" type="TermCurve"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
assetReference
Type:
AssetReference, empty content
A reference to the rate index whose forwards are modeled.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="assetReference" type="AssetReference"/>

rateCurve
Type:
TermCurve, complex content
The curve of forward values.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="rateCurve" type="TermCurve"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.