Definition Type: Group
Name: CommodityNotionalQuantity.model
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-com-4-5.xsd
Documentation:
The different options for specifying the NotionalQuantity. A flat notional for the term of the trade may be specified, or else the Notional Quantity per Calculation Period. In the latter case, there must be a notional quantity specified for each Calculation Period, regardless of whether the Notional Quantity changes or remains the same between periods.
Collapse XSD Schema Diagram:
Drilldown into totalNotionalQuantity in schema fpml-com-4-5_xsd Drilldown into notionalQuantitySchedule in schema fpml-com-4-5_xsd Drilldown into notionalQuantity in schema fpml-com-4-5_xsdXSD Diagram of CommodityNotionalQuantity.model in schema fpml-com-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityNotionalQuantity.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The different options for specifying the NotionalQuantity. A flat notional for the term of the trade may be specified, or else the Notional Quantity per Calculation Period. In the latter case, there must be a notional quantity specified for each Calculation Period, regardless of whether the Notional Quantity changes or remains the same between periods.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="notionalQuantity" type="CommodityNotional">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The Notional Quantity.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="notionalQuantitySchedule" type="CommodityNotionalSchedule">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Allows the documentation of a shaped notional trade where the notional changes over the life of the transaction.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="totalNotionalQuantity" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The Total Notional Quantity.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
notionalQuantity fpml:notionalQuantity (1) (1)
notionalQuantitySchedule fpml:notionalQuantitySchedule (1) (1)
totalNotionalQuantity fpml:totalNotionalQuantity 0 (1)