<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="EquityDerivativeLongFormBase">
<xsd:sequence>
<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="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="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:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|