Package cdm.product.asset.functions
Class ExtractFixedLeg
java.lang.Object
cdm.product.asset.functions.ExtractFixedLeg
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
ExtractFixedLeg.ExtractFixedLegDefault
public abstract class ExtractFixedLeg
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.rosetta.model.lib.functions.ModelObjectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract InterestRatePayout.InterestRatePayoutBuilderdoEvaluate(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
-
Field Details
-
objectValidator
@Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator
-
-
Constructor Details
-
ExtractFixedLeg
public ExtractFixedLeg()
-
-
Method Details
-
evaluate
- Parameters:
interestRatePayouts-- Returns:
- fixedRatePayout
-
doEvaluate
protected abstract InterestRatePayout.InterestRatePayoutBuilder doEvaluate(List<? extends InterestRatePayout> interestRatePayouts)
-