Package cdm.product.collateral.functions
Class CheckMaturity.CheckMaturityDefault
java.lang.Object
cdm.product.collateral.functions.CheckMaturity
cdm.product.collateral.functions.CheckMaturity.CheckMaturityDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
CheckMaturity
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.product.collateral.functions.CheckMaturity
CheckMaturity.CheckMaturityDefault -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleanassignOutput(Boolean isEqual, PeriodRange maturityRange, EligibilityQuery query) protected BooleandoEvaluate(PeriodRange maturityRange, EligibilityQuery query) protected com.rosetta.model.lib.mapper.MapperS<Boolean> lowerBoundCheck(PeriodRange maturityRange, EligibilityQuery query) protected com.rosetta.model.lib.mapper.MapperS<Boolean> upperBoundCheck(PeriodRange maturityRange, EligibilityQuery query) Methods inherited from class cdm.product.collateral.functions.CheckMaturity
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
-
CheckMaturityDefault
public CheckMaturityDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classCheckMaturity
-
assignOutput
-
upperBoundCheck
protected com.rosetta.model.lib.mapper.MapperS<Boolean> upperBoundCheck(PeriodRange maturityRange, EligibilityQuery query) - Specified by:
upperBoundCheckin classCheckMaturity
-
lowerBoundCheck
protected com.rosetta.model.lib.mapper.MapperS<Boolean> lowerBoundCheck(PeriodRange maturityRange, EligibilityQuery query) - Specified by:
lowerBoundCheckin classCheckMaturity
-