Package cdm.event.common.functions
Class InterestPayoutObligationsFulfilled.InterestPayoutObligationsFulfilledDefault
java.lang.Object
cdm.event.common.functions.InterestPayoutObligationsFulfilled
cdm.event.common.functions.InterestPayoutObligationsFulfilled.InterestPayoutObligationsFulfilledDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
InterestPayoutObligationsFulfilled
public static class InterestPayoutObligationsFulfilled.InterestPayoutObligationsFulfilledDefault
extends InterestPayoutObligationsFulfilled
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.InterestPayoutObligationsFulfilled
InterestPayoutObligationsFulfilled.InterestPayoutObligationsFulfilledDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.InterestPayoutObligationsFulfilled
filterQuantityByCurrencyExists, transferDeepPathUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BooleanassignOutput(Boolean isFulfilled, InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> cashTransferredQuantity(InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) protected BooleandoEvaluate(InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> payoutQuantitySchedule(InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) Methods inherited from class cdm.event.common.functions.InterestPayoutObligationsFulfilled
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
-
InterestPayoutObligationsFulfilledDefault
public InterestPayoutObligationsFulfilledDefault()
-
-
Method Details
-
doEvaluate
protected Boolean doEvaluate(InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) - Specified by:
doEvaluatein classInterestPayoutObligationsFulfilled
-
assignOutput
protected Boolean assignOutput(Boolean isFulfilled, InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) -
payoutQuantitySchedule
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> payoutQuantitySchedule(InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) - Specified by:
payoutQuantitySchedulein classInterestPayoutObligationsFulfilled
-
cashTransferredQuantity
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> cashTransferredQuantity(InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) - Specified by:
cashTransferredQuantityin classInterestPayoutObligationsFulfilled
-