<xsd:group name="PricingStructureIndex.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The index (an ordinate) of a pricing structure. The index expresses how far along a particular dimension (e.g. time, strike, etc.) a point is located.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="term" type="TimeDimension">
<xsd:annotation>
<xsd:documentation xml:lang="en">A time dimension that represents the term of a financial instrument, e.g. of a zero-coupon bond on a curve, or of an underlying caplet or swap for an option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="expiration" type="TimeDimension">
<xsd:annotation>
<xsd:documentation xml:lang="en">A time dimension that represents the time to expiration of an option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strike" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">A numerical dimension that represents the strike rate or price of an option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="generic" type="GenericDimension" />
</xsd:choice>
</xsd:group>
|