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 FxAverageRateFxAccrualForward.averageRateprotected FxAverageRateFxAccrualOption.averageRateMethods in net.finmath.smartcontract.product.xml that return FxAverageRateModifier and TypeMethodDescriptionObjectFactory.createFxAverageRate()Create an instance ofFxAverageRateFxAccrualForward.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 TypeMethodDescriptionvoidFxAccrualForward.setAverageRate(FxAverageRate value) Sets the value of the averageRate property.voidFxAccrualOption.setAverageRate(FxAverageRate value) Sets the value of the averageRate property.