Class EquityOption

java.lang.Object

public class EquityOption extends EquityDerivativeLongFormBase
A type for defining equity options.

Java class for EquityOption complex type.

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

 <complexType name="EquityOption">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}EquityDerivativeLongFormBase">
       <sequence>
         <element name="strike" type="{http://www.fpml.org/FpML-5/confirmation}EquityStrike" minOccurs="0"/>
         <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" minOccurs="0"/>
         <element name="optionEntitlement" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
         <element name="equityPremium" type="{http://www.fpml.org/FpML-5/confirmation}EquityPremium"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>