Definition Type: Group
Name: OptionDenomination.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-option-shared-4-4.xsd
Documentation:
A model group containing the option denomination components.
Collapse XSD Schema Diagram:
Drilldown into numberOfOptions in schema fpml-option-shared-4-4_xsd Drilldown into entitlementCurrency in schema fpml-option-shared-4-4_xsd Drilldown into optionEntitlement in schema fpml-option-shared-4-4_xsdXSD Diagram of OptionDenomination.model in schema fpml-option-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="OptionDenomination.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model group containing the option denomination components.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="optionEntitlement" type="PositiveDecimal">
            <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="entitlementCurrency" type="Currency" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">TODO</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 fpml:optionEntitlement (1) (1)
entitlementCurrency fpml:entitlementCurrency 0 (1)
numberOfOptions fpml:numberOfOptions 0 (1)