Class IndexValueObservationEmptyDataProvider
java.lang.Object
cdm.observable.asset.fro.functions.IndexValueObservation
cdm.observable.asset.fro.functions.IndexValueObservationEmptyDataProvider
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
Empty data provider that can be overridden in any implementing system.
See test data provider: cdm.observable.asset.fro.functions.IndexValueObservationTestDataProviderImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.observable.asset.fro.functions.IndexValueObservation
IndexValueObservation.IndexValueObservationDefault -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BigDecimaldoEvaluate(com.rosetta.model.lib.records.Date observationDate, FloatingRateOption floatingRateOption) Methods inherited from class cdm.observable.asset.fro.functions.IndexValueObservation
evaluateMethods 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
-
Constructor Details
-
IndexValueObservationEmptyDataProvider
public IndexValueObservationEmptyDataProvider()
-
-
Method Details
-
doEvaluate
protected BigDecimal doEvaluate(com.rosetta.model.lib.records.Date observationDate, FloatingRateOption floatingRateOption) - Specified by:
doEvaluatein classIndexValueObservation
-