Class IndexAdjustmentEvents

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

public class IndexAdjustmentEvents extends Object
Defines the specification of the consequences of Index Events as defined by the 2002 ISDA Equity Derivatives Definitions.

Java class for IndexAdjustmentEvents complex type.

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

 <complexType name="IndexAdjustmentEvents">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="indexModification" type="{http://www.fpml.org/FpML-5/confirmation}IndexEventConsequenceEnum"/>
         <element name="indexCancellation" type="{http://www.fpml.org/FpML-5/confirmation}IndexEventConsequenceEnum"/>
         <element name="indexDisruption" type="{http://www.fpml.org/FpML-5/confirmation}IndexEventConsequenceEnum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>