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