Class DualCurrencyStrikePrice
java.lang.Object
net.finmath.smartcontract.product.xml.DualCurrencyStrikePrice
A type that describes the rate of exchange at which the embedded option in
a Dual Currency Deposit has been struck.
Java class for DualCurrencyStrikePrice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DualCurrencyStrikePrice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="rate" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/> <element name="strikeQuoteBasis" type="{http://www.fpml.org/FpML-5/confirmation}DualCurrencyStrikeQuoteBasisEnum"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRate()
Gets the value of the rate property.Gets the value of the strikeQuoteBasis property.void
setRate
(BigDecimal value) Sets the value of the rate property.void
Sets the value of the strikeQuoteBasis property.
-
Field Details
-
rate
-
strikeQuoteBasis
-
-
Constructor Details
-
DualCurrencyStrikePrice
public DualCurrencyStrikePrice()
-
-
Method Details
-
getRate
Gets the value of the rate property.- Returns:
- possible object is
BigDecimal
-
setRate
Sets the value of the rate property.- Parameters:
value
- allowed object isBigDecimal
-
getStrikeQuoteBasis
Gets the value of the strikeQuoteBasis property.- Returns:
- possible object is
DualCurrencyStrikeQuoteBasisEnum
-
setStrikeQuoteBasis
Sets the value of the strikeQuoteBasis property.- Parameters:
value
- allowed object isDualCurrencyStrikeQuoteBasisEnum
-