complexType "CommodityNotionalAmount"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in fpml-com-5-8.xsd; see XML source
Includes:
definition of 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (3):
amount (defined in NonNegativeMoney complexType),
currency (defined in MoneyBase complexType),
All Direct / Indirect Based Elements (3):
Known Usage Locations
Annotation
A complex type to specify the notional amount.
Type Definition Detail
Type Derivation Tree
MoneyBase (extension)
  NonNegativeMoney (extension)
      CommodityNotionalAmount
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="CommodityNotionalAmount">
<xsd:complexContent>
<xsd:extension base="NonNegativeMoney">
<xsd:sequence>
<xsd:element name="reinvestmentFeature" type="xsd:boolean"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 1/3)
reinvestmentFeature
Type:
xsd:boolean, predefined, simple content
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).
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="reinvestmentFeature" type="xsd:boolean"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.