Definition Type: ComplexType
Name: GenericOptionStrike
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:EquityStrike
Containing Schema: fpml-generic-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into units in schema fpml-generic-5-10_xsd1 Drilldown into currency in schema fpml-eq-shared-5-10_xsd1 Drilldown into strikeDeterminationDate in schema fpml-eq-shared-5-10_xsd1 Drilldown into strikePercentage in schema fpml-eq-shared-5-10_xsd1 Drilldown into strikePrice in schema fpml-eq-shared-5-10_xsd1 Drilldown into EquityStrike in schema fpml-eq-shared-5-10_xsd1XSD Diagram of GenericOptionStrike in schema fpml-generic-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="GenericOptionStrike">
    <xsd:complexContent>
        <xsd:extension base="EquityStrike">
            <xsd:sequence>
                <xsd:element name="units" type="NormalizedString" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The units in which an amount (not monetary) 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 nsD:strikePrice (1) (1)
strikePercentage nsD:strikePercentage 0 (1)
strikeDeterminationDate nsD:strikeDeterminationDate 0 (1)
currency nsD:currency 0 (1)
units nsD:units 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:strike