Class ExtensionEvent

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

public class ExtensionEvent extends Object
A type to define the adjusted dates associated with an individual extension event.

Java class for ExtensionEvent complex type.

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

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