complexType "ExchangeTradedOption"
Namespace:
Content:
complex, 1 attribute, 14 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (14):
currency (defined in UnderlyingAsset complexType),
description (defined in IdentifiedAsset complexType),
exchangeId (defined in UnderlyingAsset complexType),
instrumentId (defined in IdentifiedAsset complexType),
All Direct / Indirect Based Elements (1):
option
Known Usage Locations
Annotation
An exchange traded option.
Type Definition Detail
Type Derivation Tree
Asset (extension)
  IdentifiedAsset (extension)
      UnderlyingAsset (extension)
          ExchangeTraded (extension)
              ExchangeTradedContract (extension)
                  ExchangeTradedOption
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ExchangeTradedOption">
<xsd:complexContent>
<xsd:extension base="ExchangeTradedContract">
<xsd:sequence>
<xsd:element minOccurs="0" name="strike" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="optionType" type="PutCallEnum"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/14)
optionType
Type:
PutCallEnum, simple content
Specifies whether the option allows the hodler to buy or sell tne underlying asset.
Simple Content
enumeration of xsd:token
Enumeration:
"Put"
 - 
A put option gives the holder the right to sell the underlying asset by a certain date for a certain price.
"Call"
 - 
A call option gives the holder the right to buy the underlying asset by a certain date for a certain price.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="optionType" type="PutCallEnum"/>

strike
Type:
xsd:decimal, predefined, simple content
Specifies the price at which the option can be exercised.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="strike" type="xsd:decimal"/>

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.