Class Exercise

java.lang.Object
net.finmath.smartcontract.product.xml.Exercise
Direct Known Subclasses:
AmericanExercise, BermudaExercise, CommodityAmericanExercise, CommodityEuropeanExercise, CommodityPhysicalAmericanExercise, CommodityPhysicalEuropeanExercise, EquityEuropeanExercise, EuropeanExercise, FxDigitalAmericanExercise, FxEuropeanExercise, SharedAmericanExercise

public class Exercise extends Object
The abstract base class for all types which define way in which options may be exercised.

Java class for Exercise complex type.

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

 <complexType name="Exercise">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>