Class EquityCorporateEvents

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

public class EquityCorporateEvents extends Object
A type for defining the merger events and their treatment.

Java class for EquityCorporateEvents complex type.

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

 <complexType name="EquityCorporateEvents">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="shareForShare" type="{http://www.fpml.org/FpML-5/confirmation}ShareExtraordinaryEventEnum"/>
         <element name="shareForOther" type="{http://www.fpml.org/FpML-5/confirmation}ShareExtraordinaryEventEnum"/>
         <element name="shareForCombined" type="{http://www.fpml.org/FpML-5/confirmation}ShareExtraordinaryEventEnum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>