Uses of Interface
org.drip.execution.strategy.TradingTrajectory
| Package | Description |
|---|---|
| org.drip.execution.optimum |
Almgren-Chriss Efficient Trading Trajectories
|
| org.drip.execution.strategy |
Discrete/Continuous Trading Trajectory Schedule
|
-
Uses of TradingTrajectory in org.drip.execution.optimum
Subinterfaces of TradingTrajectory in org.drip.execution.optimum Modifier and Type Interface Description interfaceEfficientTradingTrajectoryEfficientTradingTrajectory contains the Efficient Trading Trajectory generated by one of the Methods outlined in the Almgren and Chriss (2000) and Almgren (2003) Scheme for Discrete and Continuous Trading Approximation respectively.Classes in org.drip.execution.optimum that implement TradingTrajectory Modifier and Type Class Description classAlmgrenChrissDiscreteAlmgrenChrissDiscrete contains the Trading Trajectory generated by the Almgren and Chriss (2000) Scheme under the Criterion of No-Drift.classAlmgrenChrissDriftDiscreteAlmgrenChrissDriftDiscrete contains the Trading Trajectory generated by the Almgren and Chriss (2000) Scheme under the Criterion of Non-zero Drift.classEfficientTradingTrajectoryContinuousEfficientTradingTrajectoryContinuous contains the Efficient Trading Trajectory generated by one of the Methods outlined in the Almgren (2003) Scheme for Continuous Trading Approximation.classEfficientTradingTrajectoryDiscreteEfficientTradingTrajectoryDiscrete contains the Discrete Trading Trajectory generated by a given Optimal Trajectory Generation Scheme.classPowerImpactContinuousPowerImpactContinuous contains the Trading Trajectory generated by the Almgren (2003) Power Impact Scheme under the Criterion of No-Drift.classTradingEnhancedDiscreteTradingEnhancedDiscrete contains the Trading Trajectory generated by one of the Methods outlined in the Almgren (2003) Scheme for Continuous Trading Approximation for Linear Trading Enhanced Temporary Impact Volatility. -
Uses of TradingTrajectory in org.drip.execution.strategy
Classes in org.drip.execution.strategy that implement TradingTrajectory Modifier and Type Class Description classContinuousTradingTrajectoryContinuousTradingTrajectory holds the Continuous Trajectory of a Trading Block that is to be executed over the Specified Horizon.classDiscreteTradingTrajectoryDiscreteTradingTrajectory holds the Trajectory of a Trading Block that is to be executed over a Discrete Time Set.classMinimumImpactTradingTrajectoryMinimumImpactTradingTrajectory holds the Trajectory of a Trading Block that is to be executed uniformly over Equal Intervals, the Idea being to minimize the Trading Impact.classMinimumVarianceTradingTrajectoryMinimumVarianceTradingTrajectory holds the Trajectory of a Trading Block that is to be executed in a Single Block, the Idea being to minimize the Trading Variance.