Class EquityEuropeanExercise

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

public class EquityEuropeanExercise extends Exercise
A type for defining exercise procedures associated with a European style exercise of an equity option.

Java class for EquityEuropeanExercise complex type.

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

 <complexType name="EquityEuropeanExercise">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Exercise">
       <sequence>
         <element name="expirationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}EquityExpiration.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>