Class FloatingRateIndexMetadata
java.lang.Object
cdm.observable.asset.fro.functions.FloatingRateIndexMetadata
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
FloatingRateIndexMetadata.FloatingRateIndexMetadataDefault
public abstract class FloatingRateIndexMetadata
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract FloatingRateIndexDefinition.FloatingRateIndexDefinitionBuilderdoEvaluate(FloatingRateIndexEnum floatingRateIndexName) evaluate(FloatingRateIndexEnum floatingRateIndexName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Field Details
-
objectValidator
@Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator
-
-
Constructor Details
-
FloatingRateIndexMetadata
public FloatingRateIndexMetadata()
-
-
Method Details
-
evaluate
- Parameters:
floatingRateIndexName- The name of the floating rate index.- Returns:
- floatingRateIndexDescription The detailed description of the index if available, null otherwise.
-
doEvaluate
protected abstract FloatingRateIndexDefinition.FloatingRateIndexDefinitionBuilder doEvaluate(FloatingRateIndexEnum floatingRateIndexName)
-