<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 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="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:choice>
</xsd:sequence>
</xsd:group>
|