Class CommodityPhysicalEuropeanExercise

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

public class CommodityPhysicalEuropeanExercise extends Exercise
The parameters for defining the expiration date(s) and time(s) for a European style option.

Java class for CommodityPhysicalEuropeanExercise complex type.

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

 <complexType name="CommodityPhysicalEuropeanExercise">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Exercise">
       <sequence>
         <choice>
           <element name="expirationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
           <element name="expirationDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableRelativeOrPeriodicDates2"/>
           <element name="relativeExpirationDates" type="{http://www.fpml.org/FpML-5/confirmation}CommodityRelativeExpirationDates"/>
         </choice>
         <element name="expirationTime" type="{http://www.fpml.org/FpML-5/confirmation}PrevailingTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>