<xsd:complexType name="OptionExercise">
<xsd:annotation>
<xsd:documentation>A structure describing an option exercise.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractEvent">
<xsd:sequence>
<xsd:element name="optionSeller" type="PartyReference" minOccurs="0" />
<xsd:element name="optionBuyer" type="PartyReference" minOccurs="0" />
<xsd:choice minOccurs="0">
<xsd:element name="originalTrade" type="Trade">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fully describes the original trade (prior to the exercise).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tradeIdentifier" type="PartyTradeIdentifier" maxOccurs="unbounded" />
</xsd:choice>
<xsd:element name="exerciseDate" type="xsd:date" minOccurs="0" />
<xsd:element name="exerciseTime" type="xsd:time" minOccurs="0" />
<xsd:choice minOccurs="0">
<xsd:element name="expiry" type="xsd:boolean" />
<xsd:element name="fullExercise" type="xsd:boolean" />
<xsd:sequence>
<xsd:element name="exerciseInNotionalAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the fixed amount by which the option should be exercised expressed as notional amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="outstandingNotionalAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the Notional amount after the Change</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="exerciseInNumberOfOptions" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the fixed amount by which the option should be exercised expressed as number of options.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="outstandingNumberOfOptions" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the Number of Options after the Change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="exerciseInNumberOfUnits" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the fixed amount by which the option should be exercised express as number of units.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="outstandingNumberOfUnits" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the Number of Units</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
<xsd:choice minOccurs="0">
<xsd:element name="settlementType" type="SettlementTypeEnum" />
<xsd:element name="cashSettlement" type="SimplePayment">
</xsd:element>
<xsd:element name="physicalSettlement" type="PhysicalSettlement">
</xsd:element>
</xsd:choice>
<xsd:element name="payment" type="NonNegativePayment" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|