XML Schema Documentation

Complex Type: OptionNumericStrike

[Table of contents]

Super-types: None
Sub-types:
Name OptionNumericStrike
Abstract no
Documentation A type for defining the strike price for an option as a numeric value without currency.
XML Instance Representation
<...>
Start Choice [1]
<strikePrice> xsd:decimal </strikePrice> [1]

'The price or level at which the option has been struck.'

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

'The price or level expressed as a percentage of the forward starting spot price.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="OptionNumericStrike">
<xsd:sequence>
<xsd:choice>
<xsd:element name="strikePrice" type=" xsd:decimal "/>
<xsd:element name="strikePercentage" type=" xsd:decimal "/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>