Class OptionStrike

java.lang.Object
net.finmath.smartcontract.product.xml.OptionNumericStrike
net.finmath.smartcontract.product.xml.OptionStrike

public class OptionStrike extends OptionNumericStrike
A type for defining the strike price for an equity option. The strike price is either: (i) in respect of an index option transaction, the level of the relevant index specified or otherwise determined in the transaction; or (ii) in respect of a share option transaction, the price per share specified or otherwise determined in the transaction. This can be expressed either as a percentage of notional amount or as an absolute value.

Java class for OptionStrike complex type.

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

 <complexType name="OptionStrike">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}OptionNumericStrike">
       <sequence>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>