Class CommodityBasketUnderlyingBase

java.lang.Object
net.finmath.smartcontract.product.xml.CommodityBasketUnderlyingBase
Direct Known Subclasses:
CommodityBasketUnderlyingByNotional, CommodityBasketUnderlyingByPercentage

public class CommodityBasketUnderlyingBase extends Object

Java class for CommodityBasketUnderlyingBase complex type.

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

 <complexType name="CommodityBasketUnderlyingBase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="direction" type="{http://www.fpml.org/FpML-5/confirmation}PayerReceiverEnum"/>
         <element name="commodity" type="{http://www.fpml.org/FpML-5/confirmation}Commodity"/>
         <element name="pricingDates" type="{http://www.fpml.org/FpML-5/confirmation}CommodityPricingDates" minOccurs="0"/>
         <element name="averagingMethod" type="{http://www.fpml.org/FpML-5/confirmation}AveragingMethodEnum" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>