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>
 
  • Field Details

    • currency

      protected Currency currency
  • Constructor Details

    • OptionStrike

      public OptionStrike()
  • Method Details

    • getCurrency

      public Currency getCurrency()
      Gets the value of the currency property.
      Returns:
      possible object is Currency
    • setCurrency

      public void setCurrency(Currency value)
      Sets the value of the currency property.
      Parameters:
      value - allowed object is Currency