Definition Type: ComplexType
Name: CommodityNotional
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-com-4-5.xsd
Abstract
Documentation:
Commodity Notional.
Collapse XSD Schema Diagram:
Drilldown into quantity in schema fpml-com-4-5_xsd Drilldown into quantityFrequency in schema fpml-com-4-5_xsd Drilldown into quantityUnit in schema fpml-com-4-5_xsd Drilldown into id in schema fpml-com-4-5_xsdXSD Diagram of CommodityNotional in schema fpml-com-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityNotional">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Commodity Notional.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="quantityUnit" type="QuantityUnit">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Quantity Unit is the unit of measure applicable for the quantity on the Transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="quantityFrequency" type="CommodityQuantityFrequency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The frequency at which the Notional Quantity is deemed to apply for purposes of calculating the Total Notional Quantity.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="quantity" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Amount of commodity per quantity frequency.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
quantityUnit fpml:quantityUnit (1) (1)
quantityFrequency fpml:quantityFrequency (1) (1)
quantity fpml:quantity (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:integralMultipleQuantity, fpml:minimumNotionalQuantity, fpml:notionalQuantityfpml:notionalStep,