Class CommodityMultipleExercise

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

public class CommodityMultipleExercise extends Object
A type for defining the multiple exercise provisions of an American style commodity option.

Java class for CommodityMultipleExercise complex type.

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

 <complexType name="CommodityMultipleExercise">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="integralMultipleQuantity" type="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalQuantity" minOccurs="0"/>
         <element name="minimumNotionalQuantity" type="{http://www.fpml.org/FpML-5/confirmation}CommodityNotionalQuantity"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>