XML Schema Documentation

Complex Type: EquityStrike

[Table of contents]

Super-types: None
Sub-types: None
Name EquityStrike
Abstract no
Documentation A type for defining the strike price for an equity option. The strike price is either: (i) in respect of an index option transaction, the level of the relevant index specified or otherwise determined in the transaction; or (ii) in respect of a share option transaction, the price per share specified or otherwise determined in the transaction. This can be expressed either as a percentage of notional amount or as an absolute value.

Typ zur Definition des Strike-Preises für eine Aktienoption. Der Strike-Preis ist: (i) bei Indexoptionen der Stand des jeweils spezifizierten oder anderweitig in der Transaktion bestimmten Index oder (ii) bei Aktienoptionen der Preis jeder spezifizierten oder anderweitig in der Transaktion bestimmten Aktie. Der Strike-Preis kann entweder als Prozentsatz des Nennwertes oder als absoluter Wert angegeben werden.
XML Instance Representation
<...>
Start Choice [1]
<strikePrice> xsd:decimal </strikePrice> [1]

'The price or level at which the option has been struck.','Preis oder Niveau als Strike-Preis der Option.'

<strikePercentage> xsd:decimal </strikePercentage> [1]

'The price or level expressed as a percentage of the forward starting spot price.','Preis oder Niveau, ausgedrückt als Prozentsatz des für einen künftigen Zeitpunkt ermittelten Spotpreises.'

End Choice
<currency> Currency </currency> [0..1]

'The currency in which an amount is denominated.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="EquityStrike">
<xsd:sequence>
<xsd:choice>
<xsd:element name="strikePrice" type=" xsd:decimal "/>
<xsd:element name="strikePercentage" type=" xsd:decimal "/>
</xsd:choice>
<xsd:element name="currency" type=" Currency " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>