<xsd:group name="CommodityFloatingStrikePrice.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">The different options for specifying the average strike price per unit. These options are to specify a single average strike price per unit or to specify a schedule of average strike prices.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="floatingStrikePricePerUnit" type="FloatingStrikePrice">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency amount of the strike price per unit.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|