Finance:Alpha Profiling

From HandWiki

Alpha profiling[1][2] is an application of machine learning to optimize the execution of large orders in financial markets by means of algorithmic trading. The purpose is to select an execution schedule that minimizes the expected implementation shortfall, or more generally, ensures compliance with a best execution mandate. Alpha profiling models learn statistically-significant patterns in the execution of orders from a particular trading strategy or portfolio manager and leverages these patterns to associate an optimal execution schedule to new orders. In this sense, it is an application of statistical arbitrage to best execution. For example, a portfolio manager specialized in value investing may have a behavioral bias to place orders to buy while an asset is still declining in value. In this case, a slow or back-loaded execution schedule would provide better execution results than an urgent one. But this same portfolio manager will occasionally place an order after the asset price has already begun to rise in which case it should best be handled with urgency; this example illustrates the fact that Alpha Profiling must combine public information such as market data with private information including as the identity of the portfolio manager and the size and origin of the order, to identify the optimal execution schedule.

Market Impact

Large block orders can generally not be executed immediately because there is no available counterparty with the same size. Instead, they must be sliced into smaller pieces which are sent to the market over time. Each slice has some impact on the price, so on average the realized price for a buy order will be higher than at the time of the decision, or less for a sell order. The implementation shortfall is the difference between the price at the time of the decision and the average expected price to be paid for executing the block, and is usually expressed in basis points as follows.

[math]\displaystyle{ IS[bps] = 10000*\frac{P_{fill}-P_{decision}}{P_{decision}}. }[/math]

Alpha Profile

The alpha profile of an order is the expected impact-free price conditioned on the order and the state of the market, form the decision time to the required completion time. In other words, it is the price that one expects for the security would have over the execution horizon if the order were not executed. To estimate the cost of an execution strategy, market impact must be added to the impact-free price.[3] It is well worth stressing that attempts to estimate the cost of alternative schedules without impact adjustments are counter-productive: high urgency strategies would capture more liquidity near the decision time and therefore would always be preferred if one did not account for their impact. In fact, front-loaded execution schedules have a higher average impact cost.[4]

Estimating an alpha profile

One way to compute an alpha profile is to use a classification technique such as Naive Bayes: find in the historical record a collection of orders with similar features, compute the impact-free price for each case, and take the simple average return from trade start over the next few days. This method is robust and transparent: each order is attached to a class of orders that share specific features that can be shown to the user as part of an explanation for the proposed optimal decision. However, an alpha profiling model based on classifying trades by similarity has limited generalization power. New orders do not always behave in the same way as other orders with similar features behaved in the past. A more accurate estimation of alpha profiles can be accomplished using Machine Learning (ML) methods to learn the probabilities of future price scenarios given the order and the state of the market. Alpha profiles are then computed as the statistical average of the security price under various scenarios, weighted by scenario probabilities.

Risk-adjusted Cost

Optimal execution is the problem of identifying the execution schedule that minimizes a risk-adjusted cost function, where the cost term is the expected effect of trading costs on the portfolio value and the risk term is a measure of the effect of trade execution on risk. It is difficult to attribute the effect of trade execution on portfolio returns, and even more difficult to attribute its effect on risk, so in practice an alternate specification is often used: cost is defined as the implementation shortfall and risk is taken to be the variance of the same quantity. While this specification is commonly used, it is important to be aware of two shortcomings. First, the implementation shortfall as just defined is only a measure of the cost to the portfolio if all orders are entirely filled as originally entered; if portfolio managers edit the size of orders or some orders are left incomplete, opportunity costs must be considered. Second, execution risk as just defined is not directly related to portfolio risk and therefore has little practical value.

Optimal Execution Schedule

A method for deriving optimal execution schedules that minimize a risk-adjusted cost function was proposed by Bertsimas and Lo.[5] Almgren and Chriss provided closed-form solutions of the basic risk-adjusted cost optimization problem with a linear impact model and trivial alpha profile.[6] More recent solutions have been proposed based on a propagator model for market impact,[7] but here again the alpha profile is assumed to be trivial. In practice, impact is non-linear and the optimal schedule is sensitive to the alpha profile. A diffusion model [8] yields a functional form of market impact including an estimate of the speed exponent at 0.25 (trading faster causes more impact). It is possible to derive optimal execution solutions numerically with non-trivial alpha profiles using such a functional form.

References

  1. "Alpha Profiling in Focus". Markets Media. 2013. http://daniels.du.edu/alpha-profiling-in-focus/. 
  2. "Learning by Doing". The Trade. 2014. http://www.thetradenews.com/magazine/The_TRADE_Magazine/2014/Jul_-_Sept/Learning_by_doing.aspx. 
  3. Waelbroeck, H. (2012). "Methods and Systems Related to Securities Trading". US Patent 8301548. http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO2&Sect2=HITOFF&p=1&u=%2Fnetahtml%2FPTO%2Fsearch-bool.html&r=1&f=G&l=50&co1=AND&d=PTXT&s1=8301548&OS=8301548&RS=8301548. 
  4. Criscuolo, A.; Waelbroeck, H. (2012). "Optimal Execution and Alpha Capture". Journal of Trading 7 (2): 48–56. doi:10.3905/jot.2012.7.2.048. 
  5. Bertsimas, D.; Lo, A.W. (1998). "Optimal Control of Execution Costs". Journal of Financial Markets 1 (1): 1–50. doi:10.1016/s1386-4181(97)00012-8. 
  6. Almgren, R.; Chriss, N. (1999). "Optimal Execution of Portfolio Transactions". Risk. http://www.math.nyu.edu/faculty/chriss/optliq_f.pdf. 
  7. Curato, G.; Gatheral, J.; Lillo, F. (2017). "Optimal Execution with Nonlinear Transient Market Impact". Quantitative Finance 17 (1): 41–54. doi:10.1080/14697688.2016.1181274. 
  8. Donier, J.; Bonart, J.; Mastromatteo, I.; Bouchaud, J.-P. (2015). "A Fully Consistent, Minimal Model for Nonlinear Market Impact". Quantitative Finance 15 (7): 1109–1121]. doi:10.1080/14697688.2015.1040056. 

External links

Alpha Profiling