Class EquityDerivativeShortFormBase

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

public abstract class EquityDerivativeShortFormBase extends EquityDerivativeBase
A type for defining short form equity option basic features.

Java class for EquityDerivativeShortFormBase complex type.

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

 <complexType name="EquityDerivativeShortFormBase">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}EquityDerivativeBase">
       <sequence>
         <element name="strike" type="{http://www.fpml.org/FpML-5/confirmation}EquityStrike"/>
         <element name="spotPrice" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal" minOccurs="0"/>
         <element name="numberOfOptions" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeDecimal"/>
         <element name="equityPremium" type="{http://www.fpml.org/FpML-5/confirmation}EquityPremium"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>