Uses of Class
net.finmath.smartcontract.product.xml.FxAverageRate
Packages that use FxAverageRate
-
Uses of FxAverageRate in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxAverageRateModifier and TypeFieldDescriptionprotected FxAverageRate
FxAccrualForward.averageRate
protected FxAverageRate
FxAccrualOption.averageRate
Methods in net.finmath.smartcontract.product.xml that return FxAverageRateModifier and TypeMethodDescriptionObjectFactory.createFxAverageRate()
Create an instance ofFxAverageRate
FxAccrualForward.getAverageRate()
Gets the value of the averageRate property.FxAccrualOption.getAverageRate()
Gets the value of the averageRate property.Methods in net.finmath.smartcontract.product.xml with parameters of type FxAverageRateModifier and TypeMethodDescriptionvoid
FxAccrualForward.setAverageRate
(FxAverageRate value) Sets the value of the averageRate property.void
FxAccrualOption.setAverageRate
(FxAverageRate value) Sets the value of the averageRate property.