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
  • Field Details

  • 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)