<xsd:complexType name="CommodityOption">
<xsd:annotation>
<xsd:documentation xml:lang="en">Commodity Option.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="OptionBase">
<xsd:sequence>
<xsd:element name="commodity" type="Commodity">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the underlying component. At the time of the initial schema design, only underlyers of type Commodity are supported; the choice group in the future could offer the possibility of adding other types later.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="CommodityAsian.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A group containing properties specific to Asian options.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:group ref="CommodityNotionalQuantity.model" />
<xsd:element name="exercise" type="CommodityExercise">
<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:group ref="CommodityStrikePrice.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The different options for specifying the Strike price per unit. This will consists of a single strike price of a strike price schedule.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="premium" type="CommodityPremium">
<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:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|