complexType "BondOptionStrike"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
referenceSwapCurve? | price?
</...>
Content Model Elements (2):
price (in strike in bondOption), referenceSwapCurve
All Direct / Indirect Based Elements (1):
strike (in bondOption)
Known Usage Locations
Annotation
A complex type to specify the strike of a bond or convertible bond option.
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="BondOptionStrike">
<xsd:choice>
<xsd:element minOccurs="0" name="referenceSwapCurve" type="ReferenceSwapCurve"/>
<xsd:element minOccurs="0" name="price" type="OptionStrike"/>
</xsd:choice>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
price
Type:
OptionStrike, complex content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="price" type="OptionStrike"/>

referenceSwapCurve
Type:
ReferenceSwapCurve, complex content
The strike of an option when expressed by reference to a swap curve. (Typically the case for a convertible bond option.)
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="referenceSwapCurve" type="ReferenceSwapCurve"/>

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