Definition Type: ComplexType
Name: GenericOptionStrike
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsE:EquityStrike
Containing Schema: fpml-generic-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into units in schema fpml-generic-5-10_xsd2 Drilldown into currency in schema fpml-eq-shared-5-10_xsd2 Drilldown into strikeDeterminationDate in schema fpml-eq-shared-5-10_xsd2 Drilldown into strikePercentage in schema fpml-eq-shared-5-10_xsd2 Drilldown into strikePrice in schema fpml-eq-shared-5-10_xsd2 Drilldown into EquityStrike in schema fpml-eq-shared-5-10_xsd2XSD Diagram of GenericOptionStrike in schema fpml-generic-5-10_xsd2 (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 nsE:strikePrice (1) (1)
strikePercentage nsE:strikePercentage 0 (1)
strikeDeterminationDate nsE:strikeDeterminationDate 0 (1)
currency nsE:currency 0 (1)
units nsE:units 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:strike