<xsd:group name="CommodityFinancialOption.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Items specific to financially-settled commodity options.</xsd:documentation>
</xsd:annotation>
<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="CommodityOptionFeatures.model" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes additional features within the option.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:group ref="CommodityNotionalQuantity.model" minOccurs="0">
</xsd:group>
<xsd:element name="exercise" type="CommodityExercise" minOccurs="0">
<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:choice minOccurs="0">
<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:group ref="CommodityFloatingStrikePrice.model">
</xsd:group>
</xsd:choice>
</xsd:sequence>
</xsd:group>
|