Class CommoditySwaption

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

public class CommoditySwaption extends Product
Commodity Swaption.

Java class for CommoditySwaption complex type.

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

 <complexType name="CommoditySwaption">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BuyerSeller.model"/>
         <element name="optionType" type="{http://www.fpml.org/FpML-5/confirmation}PutCallEnum"/>
         <element name="commoditySwap" type="{http://www.fpml.org/FpML-5/confirmation}CommoditySwaptionUnderlying"/>
         <element name="physicalExercise" type="{http://www.fpml.org/FpML-5/confirmation}CommodityPhysicalExercise"/>
         <element name="premium" type="{http://www.fpml.org/FpML-5/confirmation}CommodityPremium"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}CommodityContent.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>