Class ExerciseEvent

java.lang.Object
net.finmath.smartcontract.product.xml.ExerciseEvent

public class ExerciseEvent extends Object
A type defining the adjusted dates associated with a particular exercise event.

Java class for ExerciseEvent complex type.

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

 <complexType name="ExerciseEvent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="adjustedExerciseDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="adjustedRelevantSwapEffectiveDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="adjustedCashSettlementValuationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="adjustedCashSettlementPaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="adjustedExerciseFeePaymentDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>