Package cdm.event.common.functions
Class InterestPayoutObligationsFulfilled
java.lang.Object
cdm.event.common.functions.InterestPayoutObligationsFulfilled
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
InterestPayoutObligationsFulfilled.InterestPayoutObligationsFulfilledDefault
public abstract class InterestPayoutObligationsFulfilled
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FilterQuantityByCurrencyExistsprotected TransferDeepPathUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> cashTransferredQuantity(InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) protected abstract BooleandoEvaluate(InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) evaluate(InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> payoutQuantitySchedule(InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) 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
-
filterQuantityByCurrencyExists
-
transferDeepPathUtil
-
-
Constructor Details
-
InterestPayoutObligationsFulfilled
public InterestPayoutObligationsFulfilled()
-
-
Method Details
-
evaluate
public Boolean evaluate(InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) - Parameters:
interestRatePayout- The payout that defines the priceQuantity that needs to be transferred for settlement.transferHistory- Contains a list of all the asset transfers associated to the trade.- Returns:
- isFulfilled
-
doEvaluate
protected abstract Boolean doEvaluate(InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) -
payoutQuantitySchedule
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> payoutQuantitySchedule(InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory) -
cashTransferredQuantity
protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> cashTransferredQuantity(InterestRatePayout interestRatePayout, List<? extends TransferState> transferHistory)
-