<xsd:complexType name="EquityOption">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining equity options.</xsd:documentation>
<xsd:documentation xml:lang="de">Typ zur Definition von Aktienoptionen.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:group ref="BuyerSeller.model" />
<xsd:element name="optionType" type="OptionTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of option transaction.</xsd:documentation>
<xsd:documentation xml:lang="de">Art der Optionstransaktion.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equityEffectiveDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Effective date for a forward starting option</xsd:documentation>
<xsd:documentation xml:lang="de">Stichtag für eine Forward-Starting-Option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="underlyer" type="Underlyer">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the underlying component of the equity swap, which can be either one or many and consists in either equity, index or convertible bond component, or a combination of these.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="strike" type="EquityStrike" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines whether it is a price or level at which the option has been, or will be, struck.</xsd:documentation>
<xsd:documentation xml:lang="de">Definiert, ob ein Preis oder Niveau als Strike-Preis für die Option gilt bzw. gelten wird.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="spotPrice" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The price per share, index or basket observed on the trade or effective date.</xsd:documentation>
<xsd:documentation xml:lang="de">Preis je Aktie, Index oder Korb am Handelstag oder Stichtag.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="notional" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The notional amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="numberOfOptions" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The number of options comprised in the option transaction.</xsd:documentation>
<xsd:documentation xml:lang="de">Anzahl von Optionen der Optionstransaktion.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="optionEntitlement" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The number of shares per option comprised in the option transaction.</xsd:documentation>
<xsd:documentation xml:lang="de">Stückzahl Aktien je Option der Optionstransaktion.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equityExercise" type="EquityExercise">
<xsd:annotation>
<xsd:documentation xml:lang="en">The parameters for defining how the equity option can be exercised, how it is valued and how it is settled.</xsd:documentation>
<xsd:documentation xml:lang="de">Parameter zur Definition von Ausübung, Bewertung und Regulierung der Aktienoption.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fxFeature" type="FXFeature" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A quanto or composite FX feature.</xsd:documentation>
<xsd:documentation xml:lang="de">Quanto- oder Komposit-Devisenbestandteil.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equityOptionFeatures" type="EquityOptionFeatures" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A quanto or composite FX feature.</xsd:documentation>
<xsd:documentation xml:lang="de">Quanto- oder Komposit-Devisenbestandteil.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="equityPremium" type="EquityPremium">
<xsd:annotation>
<xsd:documentation xml:lang="en">The equity option premium payable by the buyer to the seller.</xsd:documentation>
<xsd:documentation xml:lang="de">Vom Käufer an den Verkäufer zahlbare Aktienoptionsprämie.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="methodOfAdjustment" type="MethodOfAdjustmentEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines how adjustments will be made to the contract should one or more of the extraordinary events occur.</xsd:documentation>
<xsd:documentation xml:lang="de">Definiert die Anpassung des Kontrakts im Falle eines oder mehrerer außerordentlicher Ereignisse.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extraordinaryEvents" type="ExtraordinaryEvents" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Where the underlying is shares, specifies events affecting the issuer of those shares that may require the terms of the transaction to be adjusted.</xsd:documentation>
<xsd:documentation xml:lang="de">Ist der Basiswert eine Aktie, werden hiermit Ereignisse angegeben, die den Emittenten der Aktie betreffen und die eine Anpassung der Transaktionsbedingungen erfordern können.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|