Definition Type: ComplexType
Name: OptionNumericStrike
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-option-shared-4-4.xsd
Abstract
Documentation:
A type for defining the strike price for an option as a numeric value without currency.
Collapse XSD Schema Diagram:
Drilldown into strikePercentage in schema fpml-option-shared-4-4_xsd Drilldown into strikePrice in schema fpml-option-shared-4-4_xsdXSD Diagram of OptionNumericStrike in schema fpml-option-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="OptionNumericStrike">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type for defining the strike price for an option as a numeric value without currency.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="strikePrice" type="xsd:decimal">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The price or level at which the option has been struck.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="strikePercentage" type="xsd:decimal">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The price or level expressed as a percentage of the forward starting spot price.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
strikePrice fpml:strikePrice (1) (1)
strikePercentage fpml:strikePercentage (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:OptionStrike, fpml:strike, fpml:strike