Definition Type: ComplexType
Name: CommodityNotionalAmount
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF: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_xsd3 Drilldown into amount in schema fpml-shared-5-10_xsd5 Drilldown into currency in schema fpml-shared-5-10_xsd5 Drilldown into id in schema fpml-shared-5-10_xsd5 Drilldown into MoneyBase in schema fpml-shared-5-10_xsd5 Drilldown into NonNegativeMoney in schema fpml-shared-5-10_xsd5XSD Diagram of CommodityNotionalAmount in schema fpml-com-5-10_xsd3 (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" minOccurs="0">
                    <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 nsF:currency (1) (1)
amount nsF:amount (1) (1)
reinvestmentFeature nsF:reinvestmentFeature 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsF:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsF:notionalAmount, nsF:notionalAmount, nsF:notionalAmount