Class EquityDerivativeLongFormBase

Direct Known Subclasses:
EquityForward, EquityOption

public abstract class EquityDerivativeLongFormBase extends EquityDerivativeBase
type for defining the common features of equity derivatives.

Java class for EquityDerivativeLongFormBase complex type.

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

 <complexType name="EquityDerivativeLongFormBase">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}EquityDerivativeBase">
       <sequence>
         <element name="dividendConditions" type="{http://www.fpml.org/FpML-5/confirmation}DividendConditions" minOccurs="0"/>
         <element name="methodOfAdjustment" type="{http://www.fpml.org/FpML-5/confirmation}MethodOfAdjustmentEnum"/>
         <element name="extraordinaryEvents" type="{http://www.fpml.org/FpML-5/confirmation}ExtraordinaryEvents"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>