Class OptionStrike
java.lang.Object
net.finmath.smartcontract.product.xml.OptionNumericStrike
net.finmath.smartcontract.product.xml.OptionStrike
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 Summary
Fields inherited from class net.finmath.smartcontract.product.xml.OptionNumericStrike
strikePercentage, strikePrice
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the currency property.void
setCurrency
(Currency value) Sets the value of the currency property.Methods inherited from class net.finmath.smartcontract.product.xml.OptionNumericStrike
getStrikePercentage, getStrikePrice, setStrikePercentage, setStrikePrice
-
Field Details
-
currency
-
-
Constructor Details
-
OptionStrike
public OptionStrike()
-
-
Method Details
-
getCurrency
-
setCurrency
-