Class FxDigitalAmericanExercise

java.lang.Object
net.finmath.smartcontract.product.xml.Exercise
net.finmath.smartcontract.product.xml.FxDigitalAmericanExercise
Direct Known Subclasses:
FxAmericanExercise

public class FxDigitalAmericanExercise extends Exercise
Descrines the characteristics for American exercise in FX digital options.

Java class for FxDigitalAmericanExercise complex type.

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

 <complexType name="FxDigitalAmericanExercise">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Exercise">
       <sequence>
         <element name="commencementDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
         <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="latestValueDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>