Package org.drip.sample.almgren2012
Class AdaptiveZeroInitialTradeRate
java.lang.Object
org.drip.sample.almgren2012.AdaptiveZeroInitialTradeRate
public class AdaptiveZeroInitialTradeRate
extends java.lang.Object
AdaptiveZeroInitialTradeRate simulates the Trade Rate from the Sample Realization of the Adaptive
Cost Strategy using the Market State Trajectory the follows the Zero Mean Ornstein-Uhlenbeck Evolution
Dynamics. The Initial Dynamics corresponds to the Zero Cost, Zero Cost Sensitivities, and Zero Trade Rate.
The References are:
- Almgren, R. F., and N. Chriss (2000): Optimal Execution of Portfolio Transactions Journal of Risk 3 (2) 5-39
- Almgren, R. F. (2009): Optimal Trading in a Dynamic Market https://www.math.nyu.edu/financial_mathematics/content/02_financial/2009-2.pdf
- Almgren, R. F. (2012): Optimal Trading with Stochastic Liquidity and Volatility SIAM Journal of Financial Mathematics 3 (1) 163-181
- Geman, H., D. B. Madan, and M. Yor (2001): Time Changes for Levy Processes Mathematical Finance 11 (1) 79-96
- Walia, N. (2006): Optimal Trading: Dynamic Stock Liquidation Strategies Princeton University
- Module = Product Core Module
- Library = Transaction Cost Analytics
- Project = DROP API Construction and Usage
- Package = Almgren (2012) Dynamic Optimal Adaptive
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description AdaptiveZeroInitialTradeRate()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] astrArgs)
Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AdaptiveZeroInitialTradeRate
public AdaptiveZeroInitialTradeRate()
-
-
Method Details
-
main
public static final void main(java.lang.String[] astrArgs) throws java.lang.ExceptionEntry Point- Parameters:
astrArgs
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-