<xsd:complexType name="EquityBermudaExercise">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining exercise procedures associated with a Bermuda style exercise of an equity option. The term Bermuda is adopted in FpML for consistency with the ISDA Definitions.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="SharedAmericanExercise">
<xsd:sequence>
<xsd:element name="bermudaExerciseDates" type="DateList">
<xsd:annotation>
<xsd:documentation xml:lang="en">List of Exercise Dates for a Bermuda option</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="latestExerciseTimeType" type="TimeTypeEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The latest time of day at which the equity option can be exercised, for example the official closing time of the exchange.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equityExpirationTimeType" type="TimeTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The time of day at which the equity option expires, for example the official closing time of the exchange.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equityExpirationTime" type="BusinessCenterTime" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specific time of day at which the equity option expires.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equityMultipleExercise" type="EquityMultipleExercise" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The presence of this element indicates that the option may be exercised on different days. It is not applicable to European options.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|