Class CommodityBasket

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

public class CommodityBasket extends Object
Describes the swap's underlyer when it has multiple asset components.

Java class for CommodityBasket complex type.

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

 <complexType name="CommodityBasket">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BasketIdentifier.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityBasket.model"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>