Definition Type: ComplexType
Name: CommodityNotionalAmount
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:NonNegativeMoney
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
A complex type to specify the notional amount.
Collapse XSD Schema Diagram:
Drilldown into reinvestmentFeature in schema fpml-com-5-10_xsd Drilldown into amount in schema fpml-shared-5-10_xsd Drilldown into currency in schema fpml-shared-5-10_xsd Drilldown into id in schema fpml-shared-5-10_xsd Drilldown into MoneyBase in schema fpml-shared-5-10_xsd Drilldown into NonNegativeMoney in schema fpml-shared-5-10_xsdXSD Diagram of CommodityNotionalAmount in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CommodityNotionalAmount">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A complex type to specify the notional amount.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="NonNegativeMoney">
            <xsd:sequence>
                <xsd:element name="reinvestmentFeature" type="xsd:boolean">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">This element indicates whether the notional amount (or equivalent) is constant across each Calculation Period or whether the notional amount in each Calculation Period ("false") is the notional amount in the previous period multiplied by 1 + commodity index return in the current period ("true"). In cases where reinstementFeature = true the 'amount' element is the Initial Notional Amount (or equivalent).</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
currency nsA:currency (1) (1)
amount nsA:amount (1) (1)
reinvestmentFeature nsA:reinvestmentFeature (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:notionalAmount, nsA:notionalAmount, nsA:notionalAmount