Class CommodityEuropeanExercise

java.lang.Object
net.finmath.smartcontract.product.xml.Exercise
net.finmath.smartcontract.product.xml.CommodityEuropeanExercise

public class CommodityEuropeanExercise extends Exercise
A type for defining exercise procedures associated with a European style exercise of a commodity option.

Java class for CommodityEuropeanExercise complex type.

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

 <complexType name="CommodityEuropeanExercise">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Exercise">
       <sequence>
         <element name="expirationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
         <sequence minOccurs="0">
           <element name="expirationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" maxOccurs="unbounded"/>
           <element name="exerciseFrequency" type="{http://www.fpml.org/FpML-5/confirmation}Frequency" minOccurs="0"/>
         </sequence>
         <element name="expirationTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>