Uses of Class
net.finmath.smartcontract.product.xml.IdentifiedRate
Packages that use IdentifiedRate
-
Uses of IdentifiedRate in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as IdentifiedRateModifier and TypeFieldDescriptionprotected IdentifiedRateCommodityFixedInterestCalculation.fixedRateprotected IdentifiedRateFra.fixedRateMethods in net.finmath.smartcontract.product.xml that return IdentifiedRateModifier and TypeMethodDescriptionObjectFactory.createIdentifiedRate()Create an instance ofIdentifiedRateCommodityFixedInterestCalculation.getFixedRate()Gets the value of the fixedRate property.Fra.getFixedRate()Gets the value of the fixedRate property.Methods in net.finmath.smartcontract.product.xml with parameters of type IdentifiedRateModifier and TypeMethodDescriptionvoidCommodityFixedInterestCalculation.setFixedRate(IdentifiedRate value) Sets the value of the fixedRate property.voidFra.setFixedRate(IdentifiedRate value) Sets the value of the fixedRate property.