complexType "EquityStrike"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
currency (defined in EquityStrike complexType),
strikePrice (defined in EquityStrike complexType)
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
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.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="EquityStrike">
<xsd:sequence>
<xsd:element name="strikePrice" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="currency" type="Currency"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
currency
Type:
Currency, simple content
The currency in which an amount is denominated.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="currency" type="Currency"/>

strikePrice
Type:
xsd:decimal, predefined, simple content
The price or level at which the option has been struck.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="strikePrice" type="xsd:decimal"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.