Class FxForwardStrikePrice
java.lang.Object
net.finmath.smartcontract.product.xml.Schedule
net.finmath.smartcontract.product.xml.FxAccrualStrike
net.finmath.smartcontract.product.xml.FxForwardStrikePrice
A type that describes the rate of exchange between the two currencies of
the leg of a deal.
Java class for FxForwardStrikePrice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxForwardStrikePrice"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}FxAccrualStrike"> <sequence> <element name="quoteBasis" type="{http://www.fpml.org/FpML-5/confirmation}QuoteBasisEnum"/> </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 quoteBasis property.void
setQuoteBasis
(QuoteBasisEnum value) Sets the value of the quoteBasis property.Methods inherited from class net.finmath.smartcontract.product.xml.Schedule
getId, getInitialValue, getStep, setId, setInitialValue
-
Field Details
-
quoteBasis
-
-
Constructor Details
-
FxForwardStrikePrice
public FxForwardStrikePrice()
-
-
Method Details
-
getQuoteBasis
Gets the value of the quoteBasis property.- Returns:
- possible object is
QuoteBasisEnum
-
setQuoteBasis
Sets the value of the quoteBasis property.- Parameters:
value
- allowed object isQuoteBasisEnum
-