XML Schema Documentation

Complex Type: BondOptionStrike

[Table of contents]

Super-types: None
Sub-types: None
Name BondOptionStrike
Used by (from the same schema document) Complex Type BondOption
Abstract no
Documentation A complex type to specify the strike of a bond or convertible bond option.
XML Instance Representation
<...>
Start Choice [1]
<referenceSwapCurve> ReferenceSwapCurve </referenceSwapCurve> [1]

'The strike of an option when expressed by reference to a swap curve. (Typically the case for a convertible bond option.)'

<price> OptionStrike </price> [1]
End Choice
</...>
Diagram
type_OptionStrike
Schema Component Representation
<xsd:complexType name="BondOptionStrike">
<xsd:choice>
<xsd:element name="referenceSwapCurve" type=" ReferenceSwapCurve "/>
<xsd:element name="price" type=" OptionStrike "/>
</xsd:choice>
</xsd:complexType>