Class CommodityPhysicalAmericanExercise

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

public class CommodityPhysicalAmericanExercise extends Exercise
The parameters for defining the expiration date(s) and time(s) for an American style option.

Java class for CommodityPhysicalAmericanExercise complex type.

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

 <complexType name="CommodityPhysicalAmericanExercise">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Exercise">
       <sequence>
         <choice>
           <sequence>
             <element name="commencementDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDates"/>
             <element name="expirationDates" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDates"/>
           </sequence>
           <sequence>
             <element name="relativeCommencementDates" type="{http://www.fpml.org/FpML-5/confirmation}CommodityRelativeExpirationDates"/>
             <element name="relativeExpirationDates" type="{http://www.fpml.org/FpML-5/confirmation}CommodityRelativeExpirationDates"/>
           </sequence>
         </choice>
         <element name="latestExerciseTime" type="{http://www.fpml.org/FpML-5/confirmation}PrevailingTime" minOccurs="0"/>
         <element name="expirationTime" type="{http://www.fpml.org/FpML-5/confirmation}PrevailingTime" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>