Class Qualify_StockSplit.Qualify_StockSplitDefault
java.lang.Object
cdm.event.qualification.functions.Qualify_StockSplit
cdm.event.qualification.functions.Qualify_StockSplit.Qualify_StockSplitDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>,com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Qualify_StockSplit
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.qualification.functions.Qualify_StockSplit
Qualify_StockSplit.Qualify_StockSplitDefault -
Field Summary
Fields inherited from class cdm.event.qualification.functions.Qualify_StockSplit
filterQuantityByCurrencyExists, filterQuantityByFinancialUnit -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.rosetta.model.lib.mapper.MapperS<Boolean> adjustmentRatioMatches(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> afterCurrencyAmount(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> afterNoOfUnits(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> afterPrice(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends FieldWithMetaNonNegativeQuantitySchedule> afterQuantities(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> afterTradeState(BusinessEvent businessEvent) protected BooleanassignOutput(Boolean is_event, BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> beforeCurrencyAmount(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> beforeNoOfUnits(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> beforePrice(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends FieldWithMetaNonNegativeQuantitySchedule> beforeQuantities(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> beforeTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<Boolean> cashPriceChanged(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<Boolean> currencyAmountUnchanged(BusinessEvent businessEvent) protected BooleandoEvaluate(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<Boolean> noOfUnitsChanged(BusinessEvent businessEvent) Methods inherited from class cdm.event.qualification.functions.Qualify_StockSplit
evaluate, getNamePrefixMethods 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
-
Qualify_StockSplitDefault
public Qualify_StockSplitDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classQualify_StockSplit
-
assignOutput
-
beforeTradeState
protected com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> beforeTradeState(BusinessEvent businessEvent) - Specified by:
beforeTradeStatein classQualify_StockSplit
-
afterTradeState
protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> afterTradeState(BusinessEvent businessEvent) - Specified by:
afterTradeStatein classQualify_StockSplit
-
beforeQuantities
protected com.rosetta.model.lib.mapper.MapperC<? extends FieldWithMetaNonNegativeQuantitySchedule> beforeQuantities(BusinessEvent businessEvent) - Specified by:
beforeQuantitiesin classQualify_StockSplit
-
beforeNoOfUnits
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> beforeNoOfUnits(BusinessEvent businessEvent) - Specified by:
beforeNoOfUnitsin classQualify_StockSplit
-
afterQuantities
protected com.rosetta.model.lib.mapper.MapperC<? extends FieldWithMetaNonNegativeQuantitySchedule> afterQuantities(BusinessEvent businessEvent) - Specified by:
afterQuantitiesin classQualify_StockSplit
-
afterNoOfUnits
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> afterNoOfUnits(BusinessEvent businessEvent) - Specified by:
afterNoOfUnitsin classQualify_StockSplit
-
beforeCurrencyAmount
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> beforeCurrencyAmount(BusinessEvent businessEvent) - Specified by:
beforeCurrencyAmountin classQualify_StockSplit
-
afterCurrencyAmount
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> afterCurrencyAmount(BusinessEvent businessEvent) - Specified by:
afterCurrencyAmountin classQualify_StockSplit
-
beforePrice
- Specified by:
beforePricein classQualify_StockSplit
-
afterPrice
- Specified by:
afterPricein classQualify_StockSplit
-
currencyAmountUnchanged
protected com.rosetta.model.lib.mapper.MapperS<Boolean> currencyAmountUnchanged(BusinessEvent businessEvent) - Specified by:
currencyAmountUnchangedin classQualify_StockSplit
-
noOfUnitsChanged
protected com.rosetta.model.lib.mapper.MapperS<Boolean> noOfUnitsChanged(BusinessEvent businessEvent) - Specified by:
noOfUnitsChangedin classQualify_StockSplit
-
cashPriceChanged
protected com.rosetta.model.lib.mapper.MapperS<Boolean> cashPriceChanged(BusinessEvent businessEvent) - Specified by:
cashPriceChangedin classQualify_StockSplit
-
adjustmentRatioMatches
protected com.rosetta.model.lib.mapper.MapperS<Boolean> adjustmentRatioMatches(BusinessEvent businessEvent) - Specified by:
adjustmentRatioMatchesin classQualify_StockSplit
-