Package org.drip.execution.athl
Class CalibrationEmpirics
java.lang.Object
org.drip.execution.athl.CalibrationEmpirics
public class CalibrationEmpirics
extends java.lang.Object
CalibrationEmpirics contains the Universal Market Impact Exponent/Coefficients that have been
determined empirically by Almgren, Thum, Hauptmann, and Li (2005), using the Parameterization of Almgren
(2003). The References are:
- Almgren, R., and N. Chriss (1999): Value under Liquidation Risk 12 (12)
- Almgren, R., and N. Chriss (2000): Optimal Execution of Portfolio Transactions Journal of Risk 3 (2) 5-39
- Almgren, R. (2003): Optimal Execution with Nonlinear Impact Functions and Trading-Enhanced Risk Applied Mathematical Finance 10 (1) 1-18
- Almgren, R., and N. Chriss (2003): Bidding Principles Risk 97-102
- Almgren, R., C. Thum, E. Hauptmann, and H. Li (2005): Equity Market Impact Risk 18 (7) 57-62
- Author:
- Lakshmi Krishnamurthy
-
Field Summary
Fields Modifier and Type Field Description static double
PERMANENT_IMPACT_COEFFICIENT
Universal Permanent Impact Coefficientstatic double
PERMANENT_IMPACT_COEFFICIENT_ONE_SIGMA
Universal Permanent Impact Coefficient One Sigmastatic double
PERMANENT_IMPACT_EXPONENT
Universal Permanent Impact Exponentstatic double
PERMANENT_IMPACT_EXPONENT_ATHL2005
Almgren, Thum, Hauptmann, and Li (2005) Universal Permanent Impact Exponentstatic double
PERMANENT_IMPACT_EXPONENT_ATHL2005_ONE_SIGMA
Almgren, Thum, Hauptmann, and Li (2005) Universal Permanent Impact Exponent One Sigmastatic double
PERMANENT_IMPACT_EXPONENT_QUASI_ARBITRAGE_FREE
Quasi-Arbitrage Free Universal Permanent Impact Exponentstatic double
PERMANENT_IMPACT_INVERSE_TURNOVER_EXPONENT
The Universal Permanent Impact Inverse Turnover Coefficientstatic double
PERMANENT_IMPACT_INVERSE_TURNOVER_EXPONENT_ATHL2005
The ATHL2005 Permanent Impact Inverse Turnover Coefficientstatic double
PERMANENT_IMPACT_INVERSE_TURNOVER_EXPONENT_ATHL2005_ONE_SIGMA
The ATHL2005 Permanent Impact Inverse Turnover Coefficient One Sigma Errorstatic double
TEMPORARY_IMPACT_COEFFICIENT
Universal Temporary Impact Coefficientstatic double
TEMPORARY_IMPACT_COEFFICIENT_ONE_SIGMA
Universal Temporary Impact Coefficient One Sigmastatic double
TEMPORARY_IMPACT_EXPONENT
Universal Temporary Impact Exponentstatic double
TEMPORARY_IMPACT_EXPONENT_ONE_SIGMA
Universal Temporary Impact Exponent One Sigma -
Constructor Summary
Constructors Constructor Description CalibrationEmpirics()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PERMANENT_IMPACT_EXPONENT_ATHL2005
public static final double PERMANENT_IMPACT_EXPONENT_ATHL2005Almgren, Thum, Hauptmann, and Li (2005) Universal Permanent Impact Exponent- See Also:
- Constant Field Values
-
PERMANENT_IMPACT_EXPONENT_ATHL2005_ONE_SIGMA
public static final double PERMANENT_IMPACT_EXPONENT_ATHL2005_ONE_SIGMAAlmgren, Thum, Hauptmann, and Li (2005) Universal Permanent Impact Exponent One Sigma- See Also:
- Constant Field Values
-
PERMANENT_IMPACT_EXPONENT_QUASI_ARBITRAGE_FREE
public static final double PERMANENT_IMPACT_EXPONENT_QUASI_ARBITRAGE_FREEQuasi-Arbitrage Free Universal Permanent Impact Exponent- See Also:
- Constant Field Values
-
PERMANENT_IMPACT_EXPONENT
public static final double PERMANENT_IMPACT_EXPONENTUniversal Permanent Impact Exponent- See Also:
- Constant Field Values
-
PERMANENT_IMPACT_COEFFICIENT
public static final double PERMANENT_IMPACT_COEFFICIENTUniversal Permanent Impact Coefficient- See Also:
- Constant Field Values
-
PERMANENT_IMPACT_COEFFICIENT_ONE_SIGMA
public static final double PERMANENT_IMPACT_COEFFICIENT_ONE_SIGMAUniversal Permanent Impact Coefficient One Sigma- See Also:
- Constant Field Values
-
PERMANENT_IMPACT_INVERSE_TURNOVER_EXPONENT_ATHL2005
public static final double PERMANENT_IMPACT_INVERSE_TURNOVER_EXPONENT_ATHL2005The ATHL2005 Permanent Impact Inverse Turnover Coefficient- See Also:
- Constant Field Values
-
PERMANENT_IMPACT_INVERSE_TURNOVER_EXPONENT_ATHL2005_ONE_SIGMA
public static final double PERMANENT_IMPACT_INVERSE_TURNOVER_EXPONENT_ATHL2005_ONE_SIGMAThe ATHL2005 Permanent Impact Inverse Turnover Coefficient One Sigma Error- See Also:
- Constant Field Values
-
PERMANENT_IMPACT_INVERSE_TURNOVER_EXPONENT
public static final double PERMANENT_IMPACT_INVERSE_TURNOVER_EXPONENTThe Universal Permanent Impact Inverse Turnover Coefficient- See Also:
- Constant Field Values
-
TEMPORARY_IMPACT_EXPONENT
public static final double TEMPORARY_IMPACT_EXPONENTUniversal Temporary Impact Exponent- See Also:
- Constant Field Values
-
TEMPORARY_IMPACT_EXPONENT_ONE_SIGMA
public static final double TEMPORARY_IMPACT_EXPONENT_ONE_SIGMAUniversal Temporary Impact Exponent One Sigma- See Also:
- Constant Field Values
-
TEMPORARY_IMPACT_COEFFICIENT
public static final double TEMPORARY_IMPACT_COEFFICIENTUniversal Temporary Impact Coefficient- See Also:
- Constant Field Values
-
TEMPORARY_IMPACT_COEFFICIENT_ONE_SIGMA
public static final double TEMPORARY_IMPACT_COEFFICIENT_ONE_SIGMAUniversal Temporary Impact Coefficient One Sigma- See Also:
- Constant Field Values
-
-
Constructor Details
-
CalibrationEmpirics
public CalibrationEmpirics()
-