Package cdm.event.common.functions
Class Create_StockSplit.Create_StockSplitDefault
java.lang.Object
cdm.event.common.functions.Create_StockSplit
cdm.event.common.functions.Create_StockSplit.Create_StockSplitDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Create_StockSplit
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Create_StockSplit
Create_StockSplit.Create_StockSplitDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Create_StockSplit
create_TradeState, filterQuantityByFinancialUnit, objectValidator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TradeState.TradeStateBuilderassignOutput(TradeState.TradeStateBuilder after, StockSplitInstruction stockSplitInstruction, TradeState before) protected TradeState.TradeStateBuilderdoEvaluate(StockSplitInstruction stockSplitInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends NonNegativeQuantitySchedule> postSplitNumberOfShares(StockSplitInstruction stockSplitInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends Price> postSplitPrice(StockSplitInstruction stockSplitInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends PriceQuantity> postSplitPriceQuantity(StockSplitInstruction stockSplitInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> preSplitNumberOfShares(StockSplitInstruction stockSplitInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends FieldWithMetaPriceSchedule> preSplitPrice(StockSplitInstruction stockSplitInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends PrimitiveInstruction> primitiveInstruction(StockSplitInstruction stockSplitInstruction, TradeState before) protected com.rosetta.model.lib.mapper.MapperS<? extends QuantityChangeInstruction> quantityChangeInstruction(StockSplitInstruction stockSplitInstruction, TradeState before) Methods inherited from class cdm.event.common.functions.Create_StockSplit
evaluateMethods 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
-
Create_StockSplitDefault
public Create_StockSplitDefault()
-
-
Method Details
-
doEvaluate
protected TradeState.TradeStateBuilder doEvaluate(StockSplitInstruction stockSplitInstruction, TradeState before) - Specified by:
doEvaluatein classCreate_StockSplit
-
assignOutput
protected TradeState.TradeStateBuilder assignOutput(TradeState.TradeStateBuilder after, StockSplitInstruction stockSplitInstruction, TradeState before) -
preSplitPrice
protected com.rosetta.model.lib.mapper.MapperS<? extends FieldWithMetaPriceSchedule> preSplitPrice(StockSplitInstruction stockSplitInstruction, TradeState before) - Specified by:
preSplitPricein classCreate_StockSplit
-
postSplitPrice
protected com.rosetta.model.lib.mapper.MapperS<? extends Price> postSplitPrice(StockSplitInstruction stockSplitInstruction, TradeState before) - Specified by:
postSplitPricein classCreate_StockSplit
-
postSplitPriceQuantity
protected com.rosetta.model.lib.mapper.MapperS<? extends PriceQuantity> postSplitPriceQuantity(StockSplitInstruction stockSplitInstruction, TradeState before) - Specified by:
postSplitPriceQuantityin classCreate_StockSplit
-
quantityChangeInstruction
protected com.rosetta.model.lib.mapper.MapperS<? extends QuantityChangeInstruction> quantityChangeInstruction(StockSplitInstruction stockSplitInstruction, TradeState before) - Specified by:
quantityChangeInstructionin classCreate_StockSplit
-
primitiveInstruction
protected com.rosetta.model.lib.mapper.MapperS<? extends PrimitiveInstruction> primitiveInstruction(StockSplitInstruction stockSplitInstruction, TradeState before) - Specified by:
primitiveInstructionin classCreate_StockSplit
-