Class CorporateActionEvent

java.lang.Object

public class CorporateActionEvent extends ChangeEvent
A structure indicating that a trade has changed due to a corporate action

Java class for CorporateActionEvent complex type.

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

 <complexType name="CorporateActionEvent">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ChangeEvent">
       <sequence>
         <element name="type" type="{http://www.fpml.org/FpML-5/confirmation}CorporateActionType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>