Package cdm.observable.asset
Interface InterestRateIndex
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
InterestRateIndex.InterestRateIndexBuilder
- All Known Implementing Classes:
InterestRateIndex.InterestRateIndexBuilderImpl,InterestRateIndex.InterestRateIndexImpl
@RosettaDataType(value="InterestRateIndex",
builder=InterestRateIndexBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="InterestRateIndex",
model="cdm",
builder=InterestRateIndexBuilderImpl.class,
version="6.19.0")
public interface InterestRateIndex
extends com.rosetta.model.lib.RosettaModelObject
An index based in interest rates or inflation rates in a certain market.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of InterestRateIndexstatic classImmutable Implementation of InterestRateIndex -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()An interest rate index which can change over time, e.g. the SONIA (Sterling Overnight Index Average) in the UK.An index that measures inflation in a specific market, e.g. the US Consumer Price Index.default Class<? extends InterestRateIndex> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends InterestRateIndex> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getFloatingRateIndex
FloatingRateIndex getFloatingRateIndex()An interest rate index which can change over time, e.g. the SONIA (Sterling Overnight Index Average) in the UK. -
getInflationIndex
InflationIndex getInflationIndex()An index that measures inflation in a specific market, e.g. the US Consumer Price Index. -
build
InterestRateIndex build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
InterestRateIndex.InterestRateIndexBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-