Class CancellationEvent

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

public class CancellationEvent extends Object
The adjusted dates for a specific cancellation date, including the adjusted exercise date and adjusted termination date.

Java class for CancellationEvent complex type.

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

 <complexType name="CancellationEvent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="adjustedExerciseDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="adjustedEarlyTerminationDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>