Class InterestCashSettlementAmount

java.lang.Object
cdm.event.common.functions.InterestCashSettlementAmount
All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
Direct Known Subclasses:
InterestCashSettlementAmount.InterestCashSettlementAmountDefault

public abstract class InterestCashSettlementAmount extends Object implements com.rosetta.model.lib.functions.RosettaFunction
  • Field Details

    • objectValidator

      @Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator
    • extractCounterpartyByRole

      @Inject protected ExtractCounterpartyByRole extractCounterpartyByRole
    • fixedAmount

      @Inject protected FixedAmount fixedAmount
    • floatingAmount

      @Inject protected FloatingAmount floatingAmount
  • Constructor Details

    • InterestCashSettlementAmount

      public InterestCashSettlementAmount()
  • Method Details