Class CommodityNotionalQuantitySchedule

java.lang.Object
net.finmath.smartcontract.product.xml.CommodityNotionalQuantitySchedule

public class CommodityNotionalQuantitySchedule extends Object
The Notional Quantity per Calculation Period. There must be a Notional Quantity step specified for each Calculation Period, regardless of whether the Notional Quantity changes or remains the same between periods.

Java class for CommodityNotionalQuantitySchedule complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CommodityNotionalQuantitySchedule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="notionalStep" type="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalQuantity" maxOccurs="unbounded"/>
           <element name="settlementPeriodsNotionalQuantitySchedule" type="{http://www.fpml.org/FpML-5/confirmation}CommoditySettlementPeriodsNotionalQuantitySchedule" maxOccurs="unbounded"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityCalculationPeriodsPointer.model"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>