Class EquityDerivativeLongFormBase

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.EquityDerivativeBase
net.finmath.smartcontract.product.xml.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>