Class CommodityBasketByNotional

java.lang.Object
net.finmath.smartcontract.product.xml.CommodityBasketBase
net.finmath.smartcontract.product.xml.CommodityBasketByNotional

public class CommodityBasketByNotional extends CommodityBasketBase

Java class for CommodityBasketByNotional complex type.

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

 <complexType name="CommodityBasketByNotional">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CommodityBasketBase">
       <sequence>
         <element name="underlying" type="{http://www.fpml.org/FpML-5/confirmation}CommodityBasketUnderlyingByNotional" maxOccurs="unbounded" minOccurs="2"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>