Class EquityDerivativeBase

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.EquityDerivativeBase
Direct Known Subclasses:
EquityDerivativeLongFormBase, EquityDerivativeShortFormBase

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

Java class for EquityDerivativeBase complex type.

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

 <complexType name="EquityDerivativeBase">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BuyerSeller.model"/>
         <element name="optionType" type="{http://www.fpml.org/FpML-5/confirmation}EquityOptionTypeEnum"/>
         <element name="equityEffectiveDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="underlyer" type="{http://www.fpml.org/FpML-5/confirmation}Underlyer"/>
         <element name="notional" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
         <element name="equityExercise" type="{http://www.fpml.org/FpML-5/confirmation}EquityExerciseValuationSettlement"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Feature.model" minOccurs="0"/>
         <element name="strategyFeature" type="{http://www.fpml.org/FpML-5/confirmation}StrategyFeature" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>