Class FxOptionStrikePrice
java.lang.Object
net.finmath.smartcontract.product.xml.Schedule
net.finmath.smartcontract.product.xml.FxAccrualStrike
net.finmath.smartcontract.product.xml.FxOptionStrikePrice
A type that describes the rate of exchange at which the option has been
struck.
Java class for FxOptionStrikePrice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxOptionStrikePrice"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}FxAccrualStrike"> <sequence> <element name="strikeQuoteBasis" type="{http://www.fpml.org/FpML-5/confirmation}StrikeQuoteBasisEnum"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.Schedule
id, initialValue, step
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the strikeQuoteBasis property.void
Sets the value of the strikeQuoteBasis property.Methods inherited from class net.finmath.smartcontract.product.xml.Schedule
getId, getInitialValue, getStep, setId, setInitialValue
-
Field Details
-
strikeQuoteBasis
-
-
Constructor Details
-
FxOptionStrikePrice
public FxOptionStrikePrice()
-
-
Method Details
-
getStrikeQuoteBasis
Gets the value of the strikeQuoteBasis property.- Returns:
- possible object is
StrikeQuoteBasisEnum
-
setStrikeQuoteBasis
Sets the value of the strikeQuoteBasis property.- Parameters:
value
- allowed object isStrikeQuoteBasisEnum
-