Definition Type: ComplexType
Name: OptionStrike
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:OptionNumericStrike
Containing Schema: fpml-option-shared-4-4.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into currency in schema fpml-option-shared-4-4_xsd Drilldown into strikePercentage in schema fpml-option-shared-4-4_xsd Drilldown into strikePrice in schema fpml-option-shared-4-4_xsd Drilldown into OptionNumericStrike in schema fpml-option-shared-4-4_xsdXSD Diagram of OptionStrike in schema fpml-option-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="OptionStrike">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">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.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="OptionNumericStrike">
            <xsd:sequence>
                <xsd:element name="currency" type="Currency" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The currency in which an amount is denominated.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
strikePrice fpml:strikePrice (1) (1)
strikePercentage fpml:strikePercentage (1) (1)
currency fpml:currency 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:price, fpml:strike, fpml:upperStrike