Package cdm.observable.asset
Interface InflationIndex
- All Known Subinterfaces:
InflationIndex.InflationIndexBuilder
- All Known Implementing Classes:
InflationIndex.InflationIndexBuilderImpl,InflationIndex.InflationIndexImpl
@RosettaDataType(value="InflationIndex",
builder=InflationIndexBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="InflationIndex",
model="cdm",
builder=InflationIndexBuilderImpl.class,
version="6.19.0")
public interface InflationIndex
extends IndexBase
Specification of an index that measures inflation in a specific market, e.g. the US Consumer Price Index.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of InflationIndexstatic classImmutable Implementation of InflationIndexNested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.AssetBase
AssetBase.AssetBaseBuilder, AssetBase.AssetBaseBuilderImpl, AssetBase.AssetBaseImplNested classes/interfaces inherited from interface cdm.observable.asset.IndexBase
IndexBase.IndexBaseBuilder, IndexBase.IndexBaseBuilderImpl, IndexBase.IndexBaseImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The ISDA Designated Maturity, i.e. the floating rate tenor.The reference index that is used to specify the inflation interest rate.default Class<? extends InflationIndex> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends InflationIndex> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.base.staticdata.asset.common.AssetBase
getExchange, getIdentifier, getIsExchangeListed, getRelatedExchange, getTaxonomyMethods inherited from interface cdm.observable.asset.IndexBase
getAssetClass, getName, getProviderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getInflationRateIndex
FieldWithMetaInflationRateIndexEnum getInflationRateIndex()The reference index that is used to specify the inflation interest rate. -
getIndexTenor
Period getIndexTenor()The ISDA Designated Maturity, i.e. the floating rate tenor. -
build
InflationIndex build()Build Methods -
toBuilder
InflationIndex.InflationIndexBuilder toBuilder() -
builder
-
metaData
Utility Methods -
getType
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
-