Package cdm.observable.asset
Class InflationIndex.InflationIndexImpl
java.lang.Object
cdm.base.staticdata.asset.common.AssetBase.AssetBaseImpl
cdm.observable.asset.IndexBase.IndexBaseImpl
cdm.observable.asset.InflationIndex.InflationIndexImpl
- All Implemented Interfaces:
AssetBase,IndexBase,InflationIndex,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
InflationIndex
public static class InflationIndex.InflationIndexImpl
extends IndexBase.IndexBaseImpl
implements InflationIndex
Immutable Implementation of InflationIndex
-
Nested Class Summary
Nested 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.IndexBaseImplNested classes/interfaces inherited from interface cdm.observable.asset.InflationIndex
InflationIndex.InflationIndexBuilder, InflationIndex.InflationIndexBuilderImpl, InflationIndex.InflationIndexImpl -
Field Summary
Fields inherited from interface cdm.observable.asset.InflationIndex
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class cdm.observable.asset.IndexBase.IndexBaseImpl
getAssetClass, getName, getProvider, setBuilderFieldsMethods inherited from class cdm.base.staticdata.asset.common.AssetBase.AssetBaseImpl
getAssetType, getExchange, getIdentifier, getIsExchangeListed, getRelatedExchange, getTaxonomy, setBuilderFieldsMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.base.staticdata.asset.common.AssetBase
getAssetType, getExchange, getIdentifier, getIsExchangeListed, getRelatedExchange, getTaxonomyMethods inherited from interface cdm.observable.asset.IndexBase
getAssetClass, getName, getProviderMethods inherited from interface cdm.observable.asset.InflationIndex
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
InflationIndexImpl
-
-
Method Details
-
getInflationRateIndex
@RosettaAttribute("inflationRateIndex") @Accessor(GETTER) @Required @RuneAttribute("inflationRateIndex") public FieldWithMetaInflationRateIndexEnum getInflationRateIndex()Description copied from interface:InflationIndexThe reference index that is used to specify the inflation interest rate.- Specified by:
getInflationRateIndexin interfaceInflationIndex
-
getIndexTenor
@RosettaAttribute("indexTenor") @Accessor(GETTER) @RuneAttribute("indexTenor") public Period getIndexTenor()Description copied from interface:InflationIndexThe ISDA Designated Maturity, i.e. the floating rate tenor.- Specified by:
getIndexTenorin interfaceInflationIndex
-
build
Description copied from interface:AssetBaseBuild Methods- Specified by:
buildin interfaceAssetBase- Specified by:
buildin interfaceIndexBase- Specified by:
buildin interfaceInflationIndex- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject- Overrides:
buildin classIndexBase.IndexBaseImpl
-
toBuilder
- Specified by:
toBuilderin interfaceAssetBase- Specified by:
toBuilderin interfaceIndexBase- Specified by:
toBuilderin interfaceInflationIndex- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject- Overrides:
toBuilderin classIndexBase.IndexBaseImpl
-
setBuilderFields
-
equals
- Overrides:
equalsin classIndexBase.IndexBaseImpl
-
hashCode
public int hashCode()- Overrides:
hashCodein classIndexBase.IndexBaseImpl
-
toString
- Overrides:
toStringin classIndexBase.IndexBaseImpl
-