Uses of Interface
org.drip.execution.profiletime.BackgroundParticipationRate
| Package | Description |
|---|---|
| org.drip.execution.dynamics |
Arithmetic Price Evolution Execution Parameters
|
| org.drip.execution.profiletime |
Participation Rate Profile Time Models
|
| org.drip.execution.tradingtime |
Coordinated Variation Trading Time Models
|
-
Uses of BackgroundParticipationRate in org.drip.execution.dynamics
Methods in org.drip.execution.dynamics that return BackgroundParticipationRate Modifier and Type Method Description BackgroundParticipationRateArithmeticPriceEvolutionParameters. permanentExpectation()Retrieve the Background Participation Permanent Market Impact Expectation FunctionBackgroundParticipationRateArithmeticPriceEvolutionParameters. permanentVolatility()Retrieve the Background Participation Permanent Market Impact Volatility FunctionBackgroundParticipationRateArithmeticPriceEvolutionParameters. temporaryExpectation()Retrieve the Background Participation Temporary Market Impact Expectation FunctionBackgroundParticipationRateArithmeticPriceEvolutionParameters. temporaryVolatility()Retrieve the Background Participation Temporary Market Impact Volatility FunctionMethods in org.drip.execution.dynamics with parameters of type BackgroundParticipationRate Modifier and Type Method Description static LinearPermanentExpectationParametersArithmeticPriceEvolutionParametersBuilder. Almgren2003(ArithmeticPriceDynamicsSettings apds, BackgroundParticipationRateLinear bprlPermanentExpectation, BackgroundParticipationRate bprTemporaryExpectation)Almgren 2003 Version of LinearPermanentExpectationParameters InstanceConstructors in org.drip.execution.dynamics with parameters of type BackgroundParticipationRate Constructor Description ArithmeticPriceEvolutionParameters(ArithmeticPriceDynamicsSettings apds, BackgroundParticipationRate bprPermanentExpectation, BackgroundParticipationRate bprTemporaryExpectation, BackgroundParticipationRate bprPermanentVolatility, BackgroundParticipationRate bprTemporaryVolatility)ArithmeticPriceEvolutionParameters ConstructorLinearPermanentExpectationParameters(ArithmeticPriceDynamicsSettings apds, BackgroundParticipationRateLinear bprlPermanentExpectation, BackgroundParticipationRate bprTemporaryExpectation)LinearPermanentExpectationParameters Constructor -
Uses of BackgroundParticipationRate in org.drip.execution.profiletime
Subinterfaces of BackgroundParticipationRate in org.drip.execution.profiletime Modifier and Type Interface Description interfaceBackgroundParticipationRateLinearBackgroundParticipationRateLinear exposes the Background Profile Adjusted Version of the Linear Participation Rate Transaction Function as described in the "Trading Time" Model.Classes in org.drip.execution.profiletime that implement BackgroundParticipationRate Modifier and Type Class Description classUniformParticipationRateUniformParticipationRate exposes the Uniform Background Profile Adjusted Version of the Uniform Participation Rate Transaction Function as described in the "Trading Time" Model.classUniformParticipationRateLinearUniformParticipationRateLinear exposes the Uniform Background Profile Adjusted Version of the Linear Participation Rate Transaction Function as described in the "Trading Time" Model. -
Uses of BackgroundParticipationRate in org.drip.execution.tradingtime
Classes in org.drip.execution.tradingtime that implement BackgroundParticipationRate Modifier and Type Class Description classCoordinatedParticipationRateLinearCoordinatedParticipationRateLinear implements the Coordinated Variation Version of the Linear Participation Rate Transaction Function as described in the "Trading Time" Model.