<xsd:complexType name="CommodityDigitalOption">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the digital commodity option product type. Digital options exercise when a barrier is breached and are financially settled. The 'commodityDigitalOption' type is an extension of the 'commodityOption' product.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Option">
<xsd:sequence>
<xsd:element name="optionType" type="PutCallEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of option transaction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="commodity" type="Commodity">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the underlying instrument. Usual content is an ISDA Commodity Reference Price Name. The 'commodity' underlyer component is specified using a reference to the 'commodity' asset (see description above at the Commodity Underlyer section).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="CommodityDigitalOptionFeatures.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes additional features within the digital option.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:choice>
<xsd:element name="notionalAmount" type="NotionalAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">Volume contracted when volume is specified as a currency-denominated amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="notionalQuantity" type="CommodityNotionalQuantity">
<xsd:annotation>
<xsd:documentation xml:lang="en">The volume contracted when the volume is specified as a quantity of commodity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="totalNotionalQuantity" type="xsd:decimal" minOccurs="0" />
</xsd:sequence>
</xsd:choice>
<xsd:element name="exercise" type="CommodityDigitalExercise">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parameters for defining how the commodity option can be exercised and how it is settled.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="premium" type="CommodityPremium" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The option premium payable by the buyer to the seller.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="CommodityContent.model" minOccurs="0">
</xsd:group>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|