<xsd:complexType name="CommodityAmericanExercise">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining exercise procedures associated with an American style exercise of a commodity option.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Exercise">
<xsd:sequence>
<xsd:element name="exercisePeriod" type="CommodityExercisePeriods">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the American exercise periods.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Option Strip</xsd:documentation>
</xsd:annotation>
<xsd:element name="exercisePeriod" type="CommodityExercisePeriods" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Describes the American exercise periods.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="exerciseFrequency" type="Frequency" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The exercise frequency for the strip.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Choice between latest exercise time expressed as literal time, or using a determination method.</xsd:documentation>
</xsd:annotation>
<xsd:element name="latestExerciseTime" type="BusinessCenterTime">
<xsd:annotation>
<xsd:documentation xml:lang="en">For a Bermuda or American style option, the latest time on an exercise business day (excluding the expiration date) within the exercise period that notice can be given by the buyer to the seller or seller's agent. Notice of exercise given after this time will be deemed to have been given on the next exercise business day.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="latestExerciseTimeDetermination" type="DeterminationMethod">
<xsd:annotation>
<xsd:documentation xml:lang="en">Latest exercise time determination method.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="expirationTime" type="BusinessCenterTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specific time of day on which the option expires.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="multipleExercise" type="CommodityMultipleExercise" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The presence of this element indicates that the option may be partially exercised. It is not applicable to European or Asian options.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|