Package cdm.observable.asset
Class InterestRateIndex.InterestRateIndexBuilderImpl
java.lang.Object
cdm.observable.asset.InterestRateIndex.InterestRateIndexBuilderImpl
- All Implemented Interfaces:
InterestRateIndex,InterestRateIndex.InterestRateIndexBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
InterestRateIndex
public static class InterestRateIndex.InterestRateIndexBuilderImpl
extends Object
implements InterestRateIndex.InterestRateIndexBuilder
Builder Implementation of InterestRateIndex
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.asset.InterestRateIndex
InterestRateIndex.InterestRateIndexBuilder, InterestRateIndex.InterestRateIndexBuilderImpl, InterestRateIndex.InterestRateIndexImpl -
Field Summary
FieldsFields inherited from interface cdm.observable.asset.InterestRateIndex
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanAn 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.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setFloatingRateIndex(FloatingRateIndex _floatingRateIndex) setInflationIndex(InflationIndex _inflationIndex) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.observable.asset.InterestRateIndex
getType, metaData, processMethods inherited from interface cdm.observable.asset.InterestRateIndex.InterestRateIndexBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
floatingRateIndex
-
inflationIndex
-
-
Constructor Details
-
InterestRateIndexBuilderImpl
public InterestRateIndexBuilderImpl()
-
-
Method Details
-
getFloatingRateIndex
@RosettaAttribute("FloatingRateIndex") @Accessor(GETTER) @RuneAttribute("FloatingRateIndex") public FloatingRateIndex.FloatingRateIndexBuilder getFloatingRateIndex()Description copied from interface:InterestRateIndexAn interest rate index which can change over time, e.g. the SONIA (Sterling Overnight Index Average) in the UK.- Specified by:
getFloatingRateIndexin interfaceInterestRateIndex- Specified by:
getFloatingRateIndexin interfaceInterestRateIndex.InterestRateIndexBuilder
-
getOrCreateFloatingRateIndex
- Specified by:
getOrCreateFloatingRateIndexin interfaceInterestRateIndex.InterestRateIndexBuilder
-
getInflationIndex
@RosettaAttribute("InflationIndex") @Accessor(GETTER) @RuneAttribute("InflationIndex") public InflationIndex.InflationIndexBuilder getInflationIndex()Description copied from interface:InterestRateIndexAn index that measures inflation in a specific market, e.g. the US Consumer Price Index.- Specified by:
getInflationIndexin interfaceInterestRateIndex- Specified by:
getInflationIndexin interfaceInterestRateIndex.InterestRateIndexBuilder
-
getOrCreateInflationIndex
- Specified by:
getOrCreateInflationIndexin interfaceInterestRateIndex.InterestRateIndexBuilder
-
setFloatingRateIndex
@RosettaAttribute("FloatingRateIndex") @Accessor(SETTER) @RuneAttribute("FloatingRateIndex") public InterestRateIndex.InterestRateIndexBuilder setFloatingRateIndex(FloatingRateIndex _floatingRateIndex) - Specified by:
setFloatingRateIndexin interfaceInterestRateIndex.InterestRateIndexBuilder
-
setInflationIndex
@RosettaAttribute("InflationIndex") @Accessor(SETTER) @RuneAttribute("InflationIndex") public InterestRateIndex.InterestRateIndexBuilder setInflationIndex(InflationIndex _inflationIndex) - Specified by:
setInflationIndexin interfaceInterestRateIndex.InterestRateIndexBuilder
-
build
Description copied from interface:InterestRateIndexBuild Methods- Specified by:
buildin interfaceInterestRateIndex- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceInterestRateIndex- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceInterestRateIndex.InterestRateIndexBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public InterestRateIndex.InterestRateIndexBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-