Package cdm.product.common.functions
Class InterestRatePayoutCurrency
java.lang.Object
cdm.product.common.functions.InterestRatePayoutCurrency
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
InterestRatePayoutCurrency.InterestRatePayoutCurrencyDefault
public abstract class InterestRatePayoutCurrency
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoEvaluate(List<? extends InterestRatePayout> interestRatePayouts) evaluate(List<? extends InterestRatePayout> interestRatePayouts) 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
-
InterestRatePayoutCurrency
public InterestRatePayoutCurrency()
-
-
Method Details
-
evaluate
- Parameters:
interestRatePayouts- List of interest rate payouts.- Returns:
- currency List of currencies collected from the payouts.
-
doEvaluate
-