<xsd:complexType name="EquityMultipleExercise">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining the multiple exercise provisions of an American or Bermuda style equity option.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="integralMultipleExercise" type="PositiveDecimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">When multiple exercise is applicable and this element is present it specifies that the number of options that can be exercised on a given exercise date must either be equal to the value of this element or be an integral multiple of it.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="minimumNumberOfOptions" type="PositiveDecimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">When multiple exercise is applicable this element specifies the minimum number of options that can be exercised on a given exercise date. If this element is not present then the minimum number is deemed to be 1. Its value can be a fractional number as a result of corporate actions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maximumNumberOfOptions" type="PositiveDecimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">When multiple exercise is applicable this element specifies the maximum number of options that can be exercised on a given exercise date. If this element is not present then the maximum number is deemed to be the same as the number of options. Its value can be a fractional number as a result of corporate actions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|