<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:element name="strike" type="xsd:decimal" minOccurs="0">
<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="optionType" type="PutCallEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies whether the option allows the hodler to buy or sell tne underlying asset.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|