Class CommodityForward

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.CommodityForward

public class CommodityForward extends Product
Commodity Forward

Java class for CommodityForward complex type.

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

 <complexType name="CommodityForward">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <element name="valueDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
         <choice>
           <element name="fixedLeg" type="{http://www.fpml.org/FpML-5/confirmation}NonPeriodicFixedPriceLeg"/>
           <element name="averagePriceLeg" type="{http://www.fpml.org/FpML-5/confirmation}AveragePriceLeg"/>
         </choice>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}commodityForwardLeg"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityContent.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>