Uses of Class
net.finmath.smartcontract.product.xml.RateSourcePage
Packages that use RateSourcePage
-
Uses of RateSourcePage in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as RateSourcePageModifier and TypeFieldDescriptionprotected RateSourcePage
InflationRateCalculation.indexSource
protected RateSourcePage
CommodityInformationSource.rateSourcePage
protected RateSourcePage
InformationSource.rateSourcePage
Methods in net.finmath.smartcontract.product.xml that return RateSourcePageModifier and TypeMethodDescriptionObjectFactory.createRateSourcePage()
Create an instance ofRateSourcePage
InflationRateCalculation.getIndexSource()
Gets the value of the indexSource property.CommodityInformationSource.getRateSourcePage()
Gets the value of the rateSourcePage property.InformationSource.getRateSourcePage()
Gets the value of the rateSourcePage property.Methods in net.finmath.smartcontract.product.xml with parameters of type RateSourcePageModifier and TypeMethodDescriptionvoid
InflationRateCalculation.setIndexSource
(RateSourcePage value) Sets the value of the indexSource property.void
CommodityInformationSource.setRateSourcePage
(RateSourcePage value) Sets the value of the rateSourcePage property.void
InformationSource.setRateSourcePage
(RateSourcePage value) Sets the value of the rateSourcePage property.