Class Qualify_StockSplit

java.lang.Object
cdm.event.qualification.functions.Qualify_StockSplit
All Implemented Interfaces:
com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>, com.rosetta.model.lib.functions.RosettaFunction
Direct Known Subclasses:
Qualify_StockSplit.Qualify_StockSplitDefault

public abstract class Qualify_StockSplit extends Object implements com.rosetta.model.lib.functions.RosettaFunction, com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>
  • Field Details

  • Constructor Details

    • Qualify_StockSplit

      public Qualify_StockSplit()
  • Method Details

    • evaluate

      public Boolean evaluate(BusinessEvent businessEvent)
      Specified by:
      evaluate in interface com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>
      Parameters:
      businessEvent -
      Returns:
      is_event
    • doEvaluate

      protected abstract Boolean doEvaluate(BusinessEvent businessEvent)
    • beforeTradeState

      protected abstract com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> beforeTradeState(BusinessEvent businessEvent)
    • afterTradeState

      protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradeState> afterTradeState(BusinessEvent businessEvent)
    • beforeQuantities

      protected abstract com.rosetta.model.lib.mapper.MapperC<? extends FieldWithMetaNonNegativeQuantitySchedule> beforeQuantities(BusinessEvent businessEvent)
    • beforeNoOfUnits

      protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> beforeNoOfUnits(BusinessEvent businessEvent)
    • afterQuantities

      protected abstract com.rosetta.model.lib.mapper.MapperC<? extends FieldWithMetaNonNegativeQuantitySchedule> afterQuantities(BusinessEvent businessEvent)
    • afterNoOfUnits

      protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> afterNoOfUnits(BusinessEvent businessEvent)
    • beforeCurrencyAmount

      protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> beforeCurrencyAmount(BusinessEvent businessEvent)
    • afterCurrencyAmount

      protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> afterCurrencyAmount(BusinessEvent businessEvent)
    • beforePrice

      protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> beforePrice(BusinessEvent businessEvent)
    • afterPrice

      protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> afterPrice(BusinessEvent businessEvent)
    • currencyAmountUnchanged

      protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> currencyAmountUnchanged(BusinessEvent businessEvent)
    • noOfUnitsChanged

      protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> noOfUnitsChanged(BusinessEvent businessEvent)
    • cashPriceChanged

      protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> cashPriceChanged(BusinessEvent businessEvent)
    • adjustmentRatioMatches

      protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> adjustmentRatioMatches(BusinessEvent businessEvent)
    • getNamePrefix

      public String getNamePrefix()
      Specified by:
      getNamePrefix in interface com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>