Class CommodityNotionalQuantity

java.lang.Object
net.finmath.smartcontract.product.xml.CommodityNotionalQuantity
Direct Known Subclasses:
CommoditySettlementPeriodsNotionalQuantity, ElectricityPhysicalDeliveryQuantity

public class CommodityNotionalQuantity extends Object
Commodity Notional.

Java class for CommodityNotionalQuantity complex type.

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

 <complexType name="CommodityNotionalQuantity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="quantityUnit" type="{http://www.fpml.org/FpML-5/confirmation}QuantityUnit"/>
         <element name="quantityFrequency" type="{http://www.fpml.org/FpML-5/confirmation}CommodityQuantityFrequency"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>