<xsd:complexType name="BondOptionStrike">
<xsd:annotation>
<xsd:documentation xml:lang="en">A complex type to specify the strike of a bond or convertible bond option.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="referenceSwapCurve" type="ReferenceSwapCurve">
<xsd:annotation>
<xsd:documentation xml:lang="en">The strike of an option when expressed by reference to a swap curve. (Typically the case for a convertible bond option.)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="price" type="OptionStrike" />
</xsd:choice>
</xsd:complexType>
|