Package cdm.event.position.functions
Class InterpolateForwardRate
java.lang.Object
cdm.event.position.functions.InterpolateForwardRate
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
InterpolateForwardRate.InterpolateForwardRateDefault
public abstract class InterpolateForwardRate
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BigDecimaldoEvaluate(ForwardPayout forward) evaluate(ForwardPayout forward) 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
-
Constructor Details
-
InterpolateForwardRate
public InterpolateForwardRate()
-
-
Method Details
-
evaluate
- Parameters:
forward-- Returns:
- result
-
doEvaluate
-