Class CommoditySwap

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

public class CommoditySwap extends Product
The commodity swap product model is designed to support fixed-float swaps, float-float swaps, fixed vs. physical swaps, float vs. physical swaps as well as, weather specific swaps. Its design is fully compatible with other FpML products and the product reuses standard common types.

Java class for CommoditySwap complex type.

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

 <complexType name="CommoditySwap">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommoditySwapDetails.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>