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 IdentifiedRate
CommodityFixedInterestCalculation.fixedRate
protected IdentifiedRate
Fra.fixedRate
Methods in net.finmath.smartcontract.product.xml that return IdentifiedRateModifier and TypeMethodDescriptionObjectFactory.createIdentifiedRate()
Create an instance ofIdentifiedRate
CommodityFixedInterestCalculation.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 TypeMethodDescriptionvoid
CommodityFixedInterestCalculation.setFixedRate(IdentifiedRate value)
Sets the value of the fixedRate property.void
Fra.setFixedRate(IdentifiedRate value)
Sets the value of the fixedRate property.