Class CalculationPeriodRangeImpl
java.lang.Object
cdm.product.common.schedule.functions.CalculationPeriodRange
cdm.product.common.schedule.functions.CalculationPeriodRangeImpl
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.product.common.schedule.functions.CalculationPeriodRange
CalculationPeriodRange.CalculationPeriodRangeDefault -
Field Summary
Fields inherited from class cdm.product.common.schedule.functions.CalculationPeriodRange
objectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoEvaluate(com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, BusinessDayAdjustments dateAdjustments) Methods inherited from class cdm.product.common.schedule.functions.CalculationPeriodRange
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
-
CalculationPeriodRangeImpl
public CalculationPeriodRangeImpl()
-
-
Method Details
-
doEvaluate
protected CalculationPeriodData.CalculationPeriodDataBuilder doEvaluate(com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, BusinessDayAdjustments dateAdjustments) - Specified by:
doEvaluatein classCalculationPeriodRange
-