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 BackgroundParticipationRate
ArithmeticPriceEvolutionParameters. permanentExpectation()
Retrieve the Background Participation Permanent Market Impact Expectation FunctionBackgroundParticipationRate
ArithmeticPriceEvolutionParameters. permanentVolatility()
Retrieve the Background Participation Permanent Market Impact Volatility FunctionBackgroundParticipationRate
ArithmeticPriceEvolutionParameters. temporaryExpectation()
Retrieve the Background Participation Temporary Market Impact Expectation FunctionBackgroundParticipationRate
ArithmeticPriceEvolutionParameters. 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 LinearPermanentExpectationParameters
ArithmeticPriceEvolutionParametersBuilder. 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 interface
BackgroundParticipationRateLinear
BackgroundParticipationRateLinear 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 class
UniformParticipationRate
UniformParticipationRate exposes the Uniform Background Profile Adjusted Version of the Uniform Participation Rate Transaction Function as described in the "Trading Time" Model.class
UniformParticipationRateLinear
UniformParticipationRateLinear 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 class
CoordinatedParticipationRateLinear
CoordinatedParticipationRateLinear implements the Coordinated Variation Version of the Linear Participation Rate Transaction Function as described in the "Trading Time" Model.