Class FxEuropeanExercise

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

public class FxEuropeanExercise extends Exercise
Describes the characteristics for European exercise of FX products.

Java class for FxEuropeanExercise complex type.

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

 <complexType name="FxEuropeanExercise">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Exercise">
       <sequence>
         <element name="expiryDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="expiryTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/>
         <element name="cutName" type="{http://www.fpml.org/FpML-5/confirmation}CutName" minOccurs="0"/>
         <element name="valueDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>