<xsd:complexType name="ExchangeTradedOption">
<xsd:annotation>
<xsd:documentation xml:lang="en">An exchange traded option.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ExchangeTradedContract">
<xsd:sequence>
<xsd:sequence minOccurs="0">
<xsd:element name="strike" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the price at which the option can be exercised.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strikeCurrency" type="Currency" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency in which the strike of the option is expressed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strikeUnits" type="PriceQuoteUnits" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Units in which the option strike is expressed e.g. currency Amount, BasisPoints, Percentage, Rate. Reportable reference data under MiFID RTS 22</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="optionType" type="PutCallEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies whether the option allows the holder to buy or sell tne underlying asset.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|