Package | Description |
---|---|
org.drip.execution.capture | |
org.drip.execution.optimum | |
org.drip.execution.strategy |
Modifier and Type | Method and Description |
---|---|
DiscreteTradingTrajectory |
TrajectoryShortfallEstimator.trajectory()
Retrieve the Underlying Trading Trajectory Instance
|
Constructor and Description |
---|
LinearImpactTrajectoryEstimator(DiscreteTradingTrajectory tt)
LinearImpactTrajectoryEstimator Constructor
|
TrajectoryShortfallEstimator(DiscreteTradingTrajectory tt)
TrajectoryShortfallEstimator Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
AlmgrenChrissDiscrete
AlmgrenChrissDiscrete contains the Trading Trajectory generated by the Almgren and Chriss (2000) Scheme
under the Criterion of No-Drift.
|
class |
AlmgrenChrissDriftDiscrete
AlmgrenChrissDriftDiscrete contains the Trading Trajectory generated by the Almgren and Chrissb(2000)
Scheme under the Criterion of Non-zero Drift.
|
class |
EfficientTradingTrajectoryDiscrete
EfficientTradingTrajectoryDiscrete contains the Discrete Trading Trajectory generated by a given Optimal
Trajectory Generation Scheme.
|
class |
TradingEnhancedDiscrete
TradingEnhancedDiscrete 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.
|
Modifier and Type | Method and Description |
---|---|
static TradingEnhancedDiscrete |
TradingEnhancedDiscrete.Standard(DiscreteTradingTrajectory dtt,
ArithmeticPriceEvolutionParameters apep,
double dblCharacteristicTime,
double dblCharacteristicSize)
Construct a Standard TradingEnhancedDiscrete Instance
|
Modifier and Type | Class and Description |
---|---|
class |
MinimumImpactTradingTrajectory
MinimumImpactTradingTrajectory holds the Trajectory of a Trading Block that is to be executed uniformly
over Equal Intervals, the Idea being to minimize the Trading Impact.
|
class |
MinimumVarianceTradingTrajectory
MinimumVarianceTradingTrajectory holds the Trajectory of a Trading Block that is to be executed in a
Single Block, the Idea being to minimize the Trading Variance.
|
Modifier and Type | Method and Description |
---|---|
static DiscreteTradingTrajectory |
DiscreteTradingTrajectory.Linear(double[] adblExecutionTimeNode,
double dblStartHoldings,
double dblFinishHoldings)
Construct a Linear DiscreteTradingTrajectory Instance
|
static DiscreteTradingTrajectory |
DiscreteTradingTrajectory.Standard(double[] adblExecutionTimeNode,
double[] adblHoldings)
Construct a Standard DiscreteTradingTrajectory Instance
|