Definition Type: Group
Name: GenericEquityAttributes.model
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-generic-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into numberOfOptions in schema fpml-generic-5-10_xsd3 Drilldown into optionEntitlement in schema fpml-generic-5-10_xsd3XSD Diagram of GenericEquityAttributes.model in schema fpml-generic-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="GenericEquityAttributes.model">
    <xsd:sequence>
        <xsd:element name="optionEntitlement" type="PositiveDecimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The number of units of underlyer per option comprised in the option transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="numberOfOptions" type="PositiveDecimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The number of options comprised in the option transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
optionEntitlement nsF:optionEntitlement 0 (1)
numberOfOptions nsF:numberOfOptions 0 (1)