STATS 242: Final Project High-Frequency Trading and Algorithmic Trading in Dynamic Limit Order

Size: px
Start display at page:

Download "STATS 242: Final Project High-Frequency Trading and Algorithmic Trading in Dynamic Limit Order"

Transcription

1 STATS 242: Final Project High-Frequency Trading and Algorithmic Trading in Dynamic Limit Order Note : R Code and data files have been submitted to the Drop Box folder on Coursework Yifan Wang wangyf@stanford.edu 1

2 Yifan Wang STATS 242 Final Project 1 Introduction 1 Introduction In the high-frequency trading, the market maker faces an inventory risk due to the di usive nature of the stocks mid-price and a transactions risk due to a Poisson arrival of market buy and sell order. Studies of the mechanisms involved in trading financial assets have traditionally focused on quote-driven markets, where a market maker or dealer centralizes buy and sell orders and provides liquidity by setting bid and ask quotes, and an alternative order-driven trading system. The dynamics of a limit order book resembles in many aspects that of a queuing system. Limit orders wait in a queue to be executed against market orders (or canceled). An important motivation for modelling high-frequency dynamics of order books is to use the information on the current state of the order book to predict its short-term behavior. Therefore, focus on conditional probabilities of events, given the state of the order book. In this project, I replicate the simulation of the high-frequency trading in a limit order book, (Avellaneda and Stoikov 26) as understanding process for the mechanism of market making inventory strategy, and further consider the stochastic model for order book dynamics (Cont, Stoikov and Talreja 29). Then, focus on the e ective of the mid-price trend prediction and the liquidity parameter of Poisson process. In practical, calculate out the signals by moving average, realized volatility for order risk management, and applicate statistical methods confirm the dynamic spreads and the cancellations. 2 Inventory Strategy Simplicity the limit order book for understanding the inventory control mechanism. This part of objective is to replicate the Avellaneda and Stoikov (29). The solution in a two step procedure: First, the dealer computes a personal indi erence valuation given specific personal inventory. Second, calculate the bid and ask quotes to the market limit order book. 2.1 The optimizing with finite and infinite horizons For simplicity, assume the mid-price of stock follow ds u = dw u (1) with initial value S t = s, and W t is a standard one-dimensional Brownian Motion and is constant. For optimizing with finite horizon, the objective is to maximize the expected exponential utility of profile. The indi erence prices given by personal inventory, based on the frozen inventory strategy. 2 q 2 2 (T t) v(x, s, q, t) =E t [ exp( (x + qs T ))] = exp( x)exp( qs)exp 2 Then, define the indi erence bid and ask prices, which e ected by current portfolio and plus one stock. The indi erence bid price r b and the indi erence ask price r a are implicitly by the relation v(x + r a (s, q, t),s,q 1,t)=v(x, s, q, t) and v(x r b (s, q, t),s,q+1,t)=v(x, s, q, t) r a (s, q, t) =s +(1 2q) 2 (T t) 2 and r b (s, q, t) =s +( 1 2q) 2 (T t) 2 2 Inventory Strategy continued on next page... Page 2 of 11

3 Yifan Wang STATS 242 Final Project 2 Inventory Strategy (continued) If the market maker is long stock (q >), the indi erence price is below the mid-price, indicating a desire to liquidate the inventory by selling stock. On the other hand, if the market maker is short stock (q <), the di erence price is above the mid-price, since the market maker is willing to buy stock at a higher price. r(s, q, t) =s q 2 (T t) Further, considering the dynamic mid-price on time-varity liquidity, the value function of an infinite horizon objective Z 1 v(x, s, q) =E exp(!t)exp( (x + qs t ))dt 2.2 The limit order and trading intensity The limit order of ask quotes q a and of bid quotes q b can be continuously updated at no cost. The distance a = p a s and b = s p b (2) the current shape of the limit order book determine the priority of execution when market orders get executed. Use the zero-intelligence model (Smith, Farmer, Gillemot and Krishnamurthy) to assume the market buy (or sell) orders will hit the limit ask (or bid) orders at Poisson rate b( b ), a decreasing function of b (or Poisson rate a( a ), a increasing function of a). The wealth and inventory are now stochastic and depend on the arrival of market orders. Indeed, the wealth in cash jump dx t = p a dn a t p b dn b t (3) where N a t and N b t are the amount of stocks, the number of stocks at time t is q t = N b t N a t. For the trading intensity, consider the statistics on (i) the overall frequency of market order (ii) the distribution of their size and (iii) the temporary impact of a large market order. In pervious researches, the density of market order size is f Q (x) / x 1 for large x, with =1.53 in Gopikrishnan et al. for U.S. stocks, =1.4 in Maslow and Mills for shares on the NASDAQ and =1.5 in Gabaix et al. for the Paries Bourse. The market maker controls the bid and ask prices and therefore indirectly influences the order flow. So, further considering the realistic functional forms for the intensities a( a ) and b ( b ) Poisson rate. In Cont, Stoikov and Talreja (29), they assume orders to be unit size, compute the average sizes of market order S m, limit order S l, and canceled order S c and choose the size unit to be the average size of a limit order S l, as zero-intelligence model. The limit order arrival rate function for 1 apple i apple 5 can be estimated by ˆ(i) = N l (i) T (4) where N l (i) is the total number of limit orders that arrived at a distance i from the opposite best quote, and T is the total trading time in sample. In Avellaneda and Stoikov (26), the order arrival terms are highly non-linear. Therefor, they suggest 2 Inventory Strategy continued on next page... Page 3 of 11

4 Yifan Wang STATS 242 Final Project 2 Inventory Strategy (continued) an asymptotic expansion of in the inventory variable q, and a linear approximation of the order arrival terms. The exponential arrival rates a( )= b ( )=Ae k After proving process with functions of indi erence price and distance above, obtain the indi erence price as for the frozen inventory problem. r(s, t) =s q 2 (T t) (5) then set a ask/bid spread by a + b = 2 (T t)+ 2 ln(1 + k ) (6) around this indi erence price. Note that if taken a quadratic approximation of the order arrival term, the sensitivity would solve a non-linear PDE. 2.3 Numerical simulations The simulation is obtained through the following procedure: At time t, compute the market maker quotes a and b. At time t + dt, update the variables. With the probability a ( a )dt, the inventory variable decreases by one and the wealth increases by s + a. With the probability b ( b )dt, the inventory increases by one and the wealth decreases by s b The mid-price is updated by a random increment ± p dt. In simulation, I set the same parameters on both inventory strategy and symmetric strategy. The symmetric strategy uses the same bid/ask spread as the inventory strategy, but send bid/ask orders by the bid/ask price around the mid-price. Then, run this simulation process 5 times with specific to compare the two strategy. The results of 5 simulations show that the inventory strategy position is considered less risky. Inventory Strategy Symmetric Strategy Price Ask Price Mid price Indifference Bid Price Price Ask Price Mid price Predict Price Bid Price Figure 1: The mid-price, indi erence price and optimal bid and ask price, with s = 1,T =1, =2,dt =.5,q =, =.1,k = 1.5,A= Inventory Strategy continued on next page... Page 4 of 11

5 Yifan Wang STATS 242 Final Project 2 Inventory Strategy (continued) Inventory Symmetric PnL PnL Figure 2: The PnL of the inventory strategy and symmetric one, with s = 1,T =1, =2,dt=.5,q =, =.1,k = 1.5,A= 14. =.1 Spread PnL std.pnl FinalQ std.finalq Inventory Symmetric =.5 Spread PnL std.pnl FinalQ std.finalq Inventory Symmetric =.1 Spread PnL std.pnl FinalQ std.finalq Inventory Symmetric Table 1: 5 simulations with specific. Frequency Inventory Strategy Symmetric Strategy PnL Figure 3: The PnL distributions of 5 simulation with = Discussion The numerical simulation helps to understand the mechanism of inventory control strategy for market making, on specific liquidity and volatility. But, in the real market, the liquidity and volatility are time variety, so the situations are complex to consider the risk managements, such as the prediction of mid-price and the 2 Inventory Strategy continued on next page... Page 5 of 11

6 Yifan Wang STATS 242 Final Project 2 Inventory Strategy (continued) prediction of spreads to decide the bid/ask price and the bid/ask quotes for inventory control. For example, in an up-trend, the probability of the limit bid order hit the market sell order is less than the probability of the limit ask order hit the market buy order. If the limit ask and bid orders sent in a same time, the intensity and distance should adjust time-variety. I try the realized volatility to adjust the in original simulating model RV n = p n i=1 log(p t+1/p t ), but the issue about how to adjust the intensity, which followed by Poisson distribution, can t figure out. In addition, the proper trading times in the real market should be considered, it doesn t like the simulation model which may trade per 5ms. Inventory Figure 4: The inventory strategy in 215/7/28 IF.CFE high-frequency data, 3242 observations per day. 3 Dynamic Algo HFT Generally, if analysis the U.S. stock markets TAQ and aggregate the data by unique time stamp, the durations show the U-Shape, which means that the transactions are more crazy at very beginning and ending of the intraday. The orders arrival rates followed by Poisson distributions is so-called liquidity time variety. Unfortunately, the TAQ data is not available in the financial market of China. The only high-frequency data we can get is the 5ms-tick levels with bid and ask price. Obviously, the dataset miss some information like durations in TAQ obstructs the analysis of arrival rate. The liquidity information include the limit order arrival rate which show in limit order book, and the market order arrival rate which show in volume. Hence, I attempt to combine algorithmic trading methods and statistical methods in high-frequency trading by three procedures. First, convert the inventory risk due to the di usive of price to the short-behaviour trend prediction by moving average methods for improving the probability of pairs order deal in proper sequence. This algorithmic method can decrease the risk of failing to pairs ask/bid price. Second, consider the statistical methods to analysis the stylize of spread and volume, and modeling the proper spread and the cancellation of limit orders. Third, the risk management for some fake signals risk by VaR adjusted RV. 3 Dynamic Algo HFT continued on next page... Page 6 of 11

7 Yifan Wang STATS 242 Final Project 3 Dynamic Algo HFT (continued) 3.1 Moving Average and Volatility For controlling the risk of trend, consider the probability of execution order. In the model, I calculate the moving average in 3 ticks (MA3) and the moving average in 6 ticks (M6), then compute the volatility of di erence between MA3 and M6 to sort the 4 groups signals, including the sell order signals or the buy order signals for into the market or out the market, and use di erent thresholds to adjuste the probability of the signals. Then, generate out 4 signals like (Figure 5) IF price Signal: sell in Signal: sell out Signal: buy in Signal: buy out Figure 5: The intraday trading signals at 215/7/28 IF.CFE futures series. Note that the thresholds can be set by personal risky reversal or by the policy limited in specific market. In another words, we can adjust the transactions times by internal personal reasons or by external financial markets regulatory. 3.2 Spread and Volume Use the statistical methods to check the stylize of the spread by multiple intervals. Based on the test, the spread and volume show autocorrelations and the delta spread and delta volume show the negative autocorrelations at 1-lag. Further, to check the best bid/ask price and the spread in 5/1/15 ticks intervals. Intervals Min. 1st Qu. Median Mean 3rd Qu. Max. 1-tick tick tick tick Table 2: The spread in 1/5/1/15 ticks intervals. For modeling the spread, dynamic fitting the ARMA model of delta spread S t update as time and forecast 1 ahead step S t+1. The VAR model with S and V is not significant and not suitable to use. Depends on the statistics of spread in multiple intervals, I simply set the 5-tick interval which be the upper limit waiting time before to cancel the order, and send the order with the prediction of mid-price. 3 Dynamic Algo HFT continued on next page... Page 7 of 11

8 Yifan Wang STATS 242 Final Project 3 Dynamic Algo HFT (continued) Series spread Series diff(spread) ACF ACF Series spread Series diff(spread) Partial ACF Partial ACF Series volume Series diff(volume) ACF ACF Series volume Series diff(volume) Partial ACF Partial ACF Figure 6: The ACF and PACF of spread (S and S) and volume (V and V ). 3.3 Risk Managements Generally, the value at risk (VaR) is a useful index for risk management. In this case, considering the fat tail may generate out some fake signals, I use the value at risk (VaR) by the dynamic adjusted RV to set the loss accounts at time t. Alternatively, simply setting the limit account in trading system. 3.4 Strategy Performance By implemented the trading strategy above, the performance formate below the Table 3. Depends on the backtesting, the signals could be optimized may include the volatility and multiple interval moving average. Because in this case, I only use the MA3, MA6 and MA9. Some longer moving average (like 5-min level) could be the trend signs for omitting fake signals which short-behaviour can t beat the longer-trend. 6/12 7/28 8/3 7/3 7/3(No RM) PnL (points) Sharp Ratio PnL (per Pairs) Trading Cost Table 3: The performance reports with risk management. Page 8 of 11

9 Yifan Wang STATS 242 Final Project 3 Dynamic Algo HFT price IF pnl Figure 7: The intraday trading signals at 215/6/12 IF.CFE futures series. price IF pnl Figure 8: The intraday trading signals at 215/7/28 IF.CFE futures series. Page 9 of 11

10 Yifan Wang STATS 242 Final Project 3 Dynamic Algo HFT price IF pnl Figure 9: The intraday trading signals at 215/8/3 IF.CFE futures series. price IF pnl Figure 1: The intraday trading signals at 215/7/3 IF.CFE futures series. Page 1 of 11

11 Yifan Wang STATS 242 Final Project 4 Reference 4 Reference Ruey S. Tsay (23), An Introduction to Analysis of Financial Data with R T.Z Lai and H. Xing (28), Statistical Models and Methods for Financial Markets Marco Avellaneda and Sasha Stoikov (26), High-Frequency Trading in a Limit Order Book Rama Cont, Sasha Stoikov and Rishi Talreja (29), A Stochastic Model for Order Book Dynamics Rama Cont, Statistical Modeling of High-Frequency Financial Data: Facts, Models and Challenges Page 11 of 11

High-Frequency Trading in a Limit Order Book

High-Frequency Trading in a Limit Order Book High-Frequency Trading in a Limit Order Book Sasha Stoikov (with M. Avellaneda) Cornell University February 9, 2009 The limit order book Motivation Two main categories of traders 1 Liquidity taker: buys

More information

High Frequency Trading in a Regime-switching Model. Yoontae Jeon

High Frequency Trading in a Regime-switching Model. Yoontae Jeon High Frequency Trading in a Regime-switching Model by Yoontae Jeon A thesis submitted in conformity with the requirements for the degree of Master of Science Graduate Department of Mathematics University

More information

Algorithmic Trading under the Effects of Volume Order Imbalance

Algorithmic Trading under the Effects of Volume Order Imbalance Algorithmic Trading under the Effects of Volume Order Imbalance 7 th General Advanced Mathematical Methods in Finance and Swissquote Conference 2015 Lausanne, Switzerland Ryan Donnelly ryan.donnelly@epfl.ch

More information

Forecasting prices from level-i quotes in the presence of hidden liquidity

Forecasting prices from level-i quotes in the presence of hidden liquidity Forecasting prices from level-i quotes in the presence of hidden liquidity S. Stoikov, M. Avellaneda and J. Reed December 5, 2011 Background Automated or computerized trading Accounts for 70% of equity

More information

Market MicroStructure Models. Research Papers

Market MicroStructure Models. Research Papers Market MicroStructure Models Jonathan Kinlay Summary This note summarizes some of the key research in the field of market microstructure and considers some of the models proposed by the researchers. Many

More information

Equity correlations implied by index options: estimation and model uncertainty analysis

Equity correlations implied by index options: estimation and model uncertainty analysis 1/18 : estimation and model analysis, EDHEC Business School (joint work with Rama COT) Modeling and managing financial risks Paris, 10 13 January 2011 2/18 Outline 1 2 of multi-asset models Solution to

More information

Semi-Markov model for market microstructure and HFT

Semi-Markov model for market microstructure and HFT Semi-Markov model for market microstructure and HFT LPMA, University Paris Diderot EXQIM 6th General AMaMeF and Banach Center Conference 10-15 June 2013 Joint work with Huyên PHAM LPMA, University Paris

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Consider

More information

Advanced Topics in Derivative Pricing Models. Topic 4 - Variance products and volatility derivatives

Advanced Topics in Derivative Pricing Models. Topic 4 - Variance products and volatility derivatives Advanced Topics in Derivative Pricing Models Topic 4 - Variance products and volatility derivatives 4.1 Volatility trading and replication of variance swaps 4.2 Volatility swaps 4.3 Pricing of discrete

More information

Rough volatility models: When population processes become a new tool for trading and risk management

Rough volatility models: When population processes become a new tool for trading and risk management Rough volatility models: When population processes become a new tool for trading and risk management Omar El Euch and Mathieu Rosenbaum École Polytechnique 4 October 2017 Omar El Euch and Mathieu Rosenbaum

More information

The Self-financing Condition: Remembering the Limit Order Book

The Self-financing Condition: Remembering the Limit Order Book The Self-financing Condition: Remembering the Limit Order Book R. Carmona, K. Webster Bendheim Center for Finance ORFE, Princeton University November 6, 2013 Structural relationships? From LOB Models to

More information

A note on the term structure of risk aversion in utility-based pricing systems

A note on the term structure of risk aversion in utility-based pricing systems A note on the term structure of risk aversion in utility-based pricing systems Marek Musiela and Thaleia ariphopoulou BNP Paribas and The University of Texas in Austin November 5, 00 Abstract We study

More information

Effectiveness of CPPI Strategies under Discrete Time Trading

Effectiveness of CPPI Strategies under Discrete Time Trading Effectiveness of CPPI Strategies under Discrete Time Trading S. Balder, M. Brandl 1, Antje Mahayni 2 1 Department of Banking and Finance, University of Bonn 2 Department of Accounting and Finance, Mercator

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam.

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam. The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (32 pts) Answer briefly the following questions. 1. Suppose

More information

Log-Robust Portfolio Management

Log-Robust Portfolio Management Log-Robust Portfolio Management Dr. Aurélie Thiele Lehigh University Joint work with Elcin Cetinkaya and Ban Kawas Research partially supported by the National Science Foundation Grant CMMI-0757983 Dr.

More information

Valuation of Illiquid Assets on Bank Balance Sheets

Valuation of Illiquid Assets on Bank Balance Sheets MPRA Munich Personal RePEc Archive Valuation of Illiquid Assets on Bank Balance Sheets Bert-Jan Nauta RBS 1. April 2013 Online at http://mpra.ub.uni-muenchen.de/57663/ MPRA Paper No. 57663, posted 1. August

More information

Forecasting Prices in the Presence of Hidden Liquidity

Forecasting Prices in the Presence of Hidden Liquidity Forecasting Prices in the Presence of Hidden Liquidity Marco Avellaneda, Josh Reed & Sasha Stoikov December 14, 2010 Abstract Bid and ask sizes at the top of the order book provide information on short-term

More information

Bandit Problems with Lévy Payoff Processes

Bandit Problems with Lévy Payoff Processes Bandit Problems with Lévy Payoff Processes Eilon Solan Tel Aviv University Joint with Asaf Cohen Multi-Arm Bandits A single player sequential decision making problem. Time is continuous or discrete. The

More information

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Solutions to Final Exam

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Solutions to Final Exam Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (30 pts) Answer briefly the following questions. 1. Suppose that

More information

Hedging with Life and General Insurance Products

Hedging with Life and General Insurance Products Hedging with Life and General Insurance Products June 2016 2 Hedging with Life and General Insurance Products Jungmin Choi Department of Mathematics East Carolina University Abstract In this study, a hybrid

More information

Multi-period mean variance asset allocation: Is it bad to win the lottery?

Multi-period mean variance asset allocation: Is it bad to win the lottery? Multi-period mean variance asset allocation: Is it bad to win the lottery? Peter Forsyth 1 D.M. Dang 1 1 Cheriton School of Computer Science University of Waterloo Guangzhou, July 28, 2014 1 / 29 The Basic

More information

Forecasting Prices from Level-I Quotes in the Presence of Hidden. Liquidity

Forecasting Prices from Level-I Quotes in the Presence of Hidden. Liquidity Forthcoming in Algorithmic Finance. Page 1 of 18. http://algorithmicfinance.org Forecasting Prices from Level-I Quotes in the Presence of Hidden Liquidity Marco Avellaneda, Josh Reed & Sasha Stoikov June

More information

Mixing Di usion and Jump Processes

Mixing Di usion and Jump Processes Mixing Di usion and Jump Processes Mixing Di usion and Jump Processes 1/ 27 Introduction Using a mixture of jump and di usion processes can model asset prices that are subject to large, discontinuous changes,

More information

Uncertainty and the Dynamics of R&D*

Uncertainty and the Dynamics of R&D* Uncertainty and the Dynamics of R&D* * Nick Bloom, Department of Economics, Stanford University, 579 Serra Mall, CA 94305, and NBER, (nbloom@stanford.edu), 650 725 3786 Uncertainty about future productivity

More information

Project Proposals for MS&E 448

Project Proposals for MS&E 448 Project Proposals for MS&E 448 Spring Quarter 2017 Dr. Lisa Borland 1 1 Build a High Frequency Price Movement Strategy Students will have access to Tradeworx and Thesys data and simulator. Access order

More information

Statistical methods for financial models driven by Lévy processes

Statistical methods for financial models driven by Lévy processes Statistical methods for financial models driven by Lévy processes José Enrique Figueroa-López Department of Statistics, Purdue University PASI Centro de Investigación en Matemátics (CIMAT) Guanajuato,

More information

Continuous-Time Pension-Fund Modelling

Continuous-Time Pension-Fund Modelling . Continuous-Time Pension-Fund Modelling Andrew J.G. Cairns Department of Actuarial Mathematics and Statistics, Heriot-Watt University, Riccarton, Edinburgh, EH4 4AS, United Kingdom Abstract This paper

More information

Asymptotic Theory for Renewal Based High-Frequency Volatility Estimation

Asymptotic Theory for Renewal Based High-Frequency Volatility Estimation Asymptotic Theory for Renewal Based High-Frequency Volatility Estimation Yifan Li 1,2 Ingmar Nolte 1 Sandra Nolte 1 1 Lancaster University 2 University of Manchester 4th Konstanz - Lancaster Workshop on

More information

Hedging Credit Derivatives in Intensity Based Models

Hedging Credit Derivatives in Intensity Based Models Hedging Credit Derivatives in Intensity Based Models PETER CARR Head of Quantitative Financial Research, Bloomberg LP, New York Director of the Masters Program in Math Finance, Courant Institute, NYU Stanford

More information

based on two joint papers with Sara Biagini Scuola Normale Superiore di Pisa, Università degli Studi di Perugia

based on two joint papers with Sara Biagini Scuola Normale Superiore di Pisa, Università degli Studi di Perugia Marco Frittelli Università degli Studi di Firenze Winter School on Mathematical Finance January 24, 2005 Lunteren. On Utility Maximization in Incomplete Markets. based on two joint papers with Sara Biagini

More information

Mean-Variance Analysis

Mean-Variance Analysis Mean-Variance Analysis Mean-variance analysis 1/ 51 Introduction How does one optimally choose among multiple risky assets? Due to diversi cation, which depends on assets return covariances, the attractiveness

More information

MFE/3F Questions Answer Key

MFE/3F Questions Answer Key MFE/3F Questions Download free full solutions from www.actuarialbrew.com, or purchase a hard copy from www.actexmadriver.com, or www.actuarialbookstore.com. Chapter 1 Put-Call Parity and Replication 1.01

More information

Utility Indifference Pricing and Dynamic Programming Algorithm

Utility Indifference Pricing and Dynamic Programming Algorithm Chapter 8 Utility Indifference ricing and Dynamic rogramming Algorithm In the Black-Scholes framework, we can perfectly replicate an option s payoff. However, it may not be true beyond the Black-Scholes

More information

High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5]

High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5] 1 High-Frequency Data Analysis and Market Microstructure [Tsay (2005), chapter 5] High-frequency data have some unique characteristics that do not appear in lower frequencies. At this class we have: Nonsynchronous

More information

Rough Heston models: Pricing, hedging and microstructural foundations

Rough Heston models: Pricing, hedging and microstructural foundations Rough Heston models: Pricing, hedging and microstructural foundations Omar El Euch 1, Jim Gatheral 2 and Mathieu Rosenbaum 1 1 École Polytechnique, 2 City University of New York 7 November 2017 O. El Euch,

More information

Carnets d ordres pilotés par des processus de Hawkes

Carnets d ordres pilotés par des processus de Hawkes Carnets d ordres pilotés par des processus de Hawkes workshop sur les Mathématiques des marchés financiers en haute fréquence Frédéric Abergel Chaire de finance quantitative fiquant.mas.ecp.fr/limit-order-books

More information

Algorithmic Trading: Option Hedging PIMS Summer School

Algorithmic Trading: Option Hedging PIMS Summer School Algorithmic Trading: Option Hedging PIMS Summer School Sebastian Jaimungal, U. Toronto Álvaro Cartea,U. Oxford many thanks to José Penalva,(U. Carlos III) Luhui Gan (U. Toronto) Ryan Donnelly (Swiss Finance

More information

Financial Risk Management and Governance Beyond VaR. Prof. Hugues Pirotte

Financial Risk Management and Governance Beyond VaR. Prof. Hugues Pirotte Financial Risk Management and Governance Beyond VaR Prof. Hugues Pirotte 2 VaR Attempt to provide a single number that summarizes the total risk in a portfolio. What loss level is such that we are X% confident

More information

Hedging Under Jump Diffusions with Transaction Costs. Peter Forsyth, Shannon Kennedy, Ken Vetzal University of Waterloo

Hedging Under Jump Diffusions with Transaction Costs. Peter Forsyth, Shannon Kennedy, Ken Vetzal University of Waterloo Hedging Under Jump Diffusions with Transaction Costs Peter Forsyth, Shannon Kennedy, Ken Vetzal University of Waterloo Computational Finance Workshop, Shanghai, July 4, 2008 Overview Overview Single factor

More information

Section 3.1: Discrete Event Simulation

Section 3.1: Discrete Event Simulation Section 3.1: Discrete Event Simulation Discrete-Event Simulation: A First Course c 2006 Pearson Ed., Inc. 0-13-142917-5 Discrete-Event Simulation: A First Course Section 3.1: Discrete Event Simulation

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (42 pts) Answer briefly the following questions. 1. Questions

More information

Strategies for High Frequency FX Trading

Strategies for High Frequency FX Trading Strategies for High Frequency FX Trading - The choice of bucket size Malin Lunsjö and Malin Riddarström Department of Mathematical Statistics Faculty of Engineering at Lund University June 2017 Abstract

More information

Supplementary Appendix for Liquidity, Volume, and Price Behavior: The Impact of Order vs. Quote Based Trading not for publication

Supplementary Appendix for Liquidity, Volume, and Price Behavior: The Impact of Order vs. Quote Based Trading not for publication Supplementary Appendix for Liquidity, Volume, and Price Behavior: The Impact of Order vs. Quote Based Trading not for publication Katya Malinova University of Toronto Andreas Park University of Toronto

More information

Université de Montréal. Rapport de recherche. Empirical Analysis of Jumps Contribution to Volatility Forecasting Using High Frequency Data

Université de Montréal. Rapport de recherche. Empirical Analysis of Jumps Contribution to Volatility Forecasting Using High Frequency Data Université de Montréal Rapport de recherche Empirical Analysis of Jumps Contribution to Volatility Forecasting Using High Frequency Data Rédigé par : Imhof, Adolfo Dirigé par : Kalnina, Ilze Département

More information

arxiv: v2 [q-fin.tr] 29 Oct 2017

arxiv: v2 [q-fin.tr] 29 Oct 2017 Instantaneous order impact and high-frequency strategy optimization in limit order books arxiv:1707.01167v2 [q-fin.tr] 29 Oct 2017 Federico Gonzalez and Mark Schervish, Department of Statistics, Carnegie

More information

Price Impact of Aggressive Liquidity Provision

Price Impact of Aggressive Liquidity Provision Price Impact of Aggressive Liquidity Provision R. Gençay, S. Mahmoodzadeh, J. Rojček & M. Tseng February 15, 2015 R. Gençay, S. Mahmoodzadeh, J. Rojček & M. Tseng Price Impact of Aggressive Liquidity Provision

More information

FE610 Stochastic Calculus for Financial Engineers. Stevens Institute of Technology

FE610 Stochastic Calculus for Financial Engineers. Stevens Institute of Technology FE610 Stochastic Calculus for Financial Engineers Lecture 13. The Black-Scholes PDE Steve Yang Stevens Institute of Technology 04/25/2013 Outline 1 The Black-Scholes PDE 2 PDEs in Asset Pricing 3 Exotic

More information

Forecasting prices from level-i quotes in the presence of hidden liquidity

Forecasting prices from level-i quotes in the presence of hidden liquidity Algorithmic Finance 1 (2011) 35 43 35 DOI 10.3233/AF-2011-004 IOS Press Forecasting prices from level-i quotes in the presence of hidden liquidity Marco Avellaneda, Josh Reed and Sasha Stoikov Courant

More information

Optimal rebalancing of portfolios with transaction costs assuming constant risk aversion

Optimal rebalancing of portfolios with transaction costs assuming constant risk aversion Optimal rebalancing of portfolios with transaction costs assuming constant risk aversion Lars Holden PhD, Managing director t: +47 22852672 Norwegian Computing Center, P. O. Box 114 Blindern, NO 0314 Oslo,

More information

Generalized Multi-Factor Commodity Spot Price Modeling through Dynamic Cournot Resource Extraction Models

Generalized Multi-Factor Commodity Spot Price Modeling through Dynamic Cournot Resource Extraction Models Generalized Multi-Factor Commodity Spot Price Modeling through Dynamic Cournot Resource Extraction Models Bilkan Erkmen (joint work with Michael Coulon) Workshop on Stochastic Games, Equilibrium, and Applications

More information

Order driven markets : from empirical properties to optimal trading

Order driven markets : from empirical properties to optimal trading Order driven markets : from empirical properties to optimal trading Frédéric Abergel Latin American School and Workshop on Data Analysis and Mathematical Modelling of Social Sciences 9 november 2016 F.

More information

Making Decisions. CS 3793 Artificial Intelligence Making Decisions 1

Making Decisions. CS 3793 Artificial Intelligence Making Decisions 1 Making Decisions CS 3793 Artificial Intelligence Making Decisions 1 Planning under uncertainty should address: The world is nondeterministic. Actions are not certain to succeed. Many events are outside

More information

Chapter 11 Output Analysis for a Single Model. Banks, Carson, Nelson & Nicol Discrete-Event System Simulation

Chapter 11 Output Analysis for a Single Model. Banks, Carson, Nelson & Nicol Discrete-Event System Simulation Chapter 11 Output Analysis for a Single Model Banks, Carson, Nelson & Nicol Discrete-Event System Simulation Purpose Objective: Estimate system performance via simulation If q is the system performance,

More information

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing

Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing Optimal Search for Parameters in Monte Carlo Simulation for Derivative Pricing Prof. Chuan-Ju Wang Department of Computer Science University of Taipei Joint work with Prof. Ming-Yang Kao March 28, 2014

More information

Statistics for Managers Using Microsoft Excel/SPSS Chapter 6 The Normal Distribution And Other Continuous Distributions

Statistics for Managers Using Microsoft Excel/SPSS Chapter 6 The Normal Distribution And Other Continuous Distributions Statistics for Managers Using Microsoft Excel/SPSS Chapter 6 The Normal Distribution And Other Continuous Distributions 1999 Prentice-Hall, Inc. Chap. 6-1 Chapter Topics The Normal Distribution The Standard

More information

The Black-Scholes Model

The Black-Scholes Model The Black-Scholes Model Liuren Wu Options Markets Liuren Wu ( c ) The Black-Merton-Scholes Model colorhmoptions Markets 1 / 18 The Black-Merton-Scholes-Merton (BMS) model Black and Scholes (1973) and Merton

More information

The Black-Scholes Model

The Black-Scholes Model IEOR E4706: Foundations of Financial Engineering c 2016 by Martin Haugh The Black-Scholes Model In these notes we will use Itô s Lemma and a replicating argument to derive the famous Black-Scholes formula

More information

Optimally Thresholded Realized Power Variations for Lévy Jump Diffusion Models

Optimally Thresholded Realized Power Variations for Lévy Jump Diffusion Models Optimally Thresholded Realized Power Variations for Lévy Jump Diffusion Models José E. Figueroa-López 1 1 Department of Statistics Purdue University University of Missouri-Kansas City Department of Mathematics

More information

yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0

yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0 yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0 Emanuele Guidotti, Stefano M. Iacus and Lorenzo Mercuri February 21, 2017 Contents 1 yuimagui: Home 3 2 yuimagui: Data

More information

Real-time Volatility Estimation Under Zero Intelligence

Real-time Volatility Estimation Under Zero Intelligence Real-time Volatility Estimation Under Zero Intelligence Jim Gatheral The Financial Engineering Practitioners Seminar Columbia University 20 November, 2006 The opinions expressed in this presentation are

More information

Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model

Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model Empirical Study on Short-Term Prediction of Shanghai Composite Index Based on ARMA Model Cai-xia Xiang 1, Ping Xiao 2* 1 (School of Hunan University of Humanities, Science and Technology, Hunan417000,

More information

LECTURE 4: BID AND ASK HEDGING

LECTURE 4: BID AND ASK HEDGING LECTURE 4: BID AND ASK HEDGING 1. Introduction One of the consequences of incompleteness is that the price of derivatives is no longer unique. Various strategies for dealing with this exist, but a useful

More information

Optimal trading strategies under arbitrage

Optimal trading strategies under arbitrage Optimal trading strategies under arbitrage Johannes Ruf Columbia University, Department of Statistics The Third Western Conference in Mathematical Finance November 14, 2009 How should an investor trade

More information

A Bayesian Approach to Real Options:

A Bayesian Approach to Real Options: A Bayesian Approach to Real Options: The Case of Distinguishing between Temporary and Permanent Shocks Steven R. Grenadier and Andrei Malenko Stanford GSB BYU - Marriott School, Finance Seminar March 6,

More information

Economics 2010c: Lecture 4 Precautionary Savings and Liquidity Constraints

Economics 2010c: Lecture 4 Precautionary Savings and Liquidity Constraints Economics 2010c: Lecture 4 Precautionary Savings and Liquidity Constraints David Laibson 9/11/2014 Outline: 1. Precautionary savings motives 2. Liquidity constraints 3. Application: Numerical solution

More information

Optimal liquidation with market parameter shift: a forward approach

Optimal liquidation with market parameter shift: a forward approach Optimal liquidation with market parameter shift: a forward approach (with S. Nadtochiy and T. Zariphopoulou) Haoran Wang Ph.D. candidate University of Texas at Austin ICERM June, 2017 Problem Setup and

More information

Volatility. Roberto Renò. 2 March 2010 / Scuola Normale Superiore. Dipartimento di Economia Politica Università di Siena

Volatility. Roberto Renò. 2 March 2010 / Scuola Normale Superiore. Dipartimento di Economia Politica Università di Siena Dipartimento di Economia Politica Università di Siena 2 March 2010 / Scuola Normale Superiore What is? The definition of volatility may vary wildly around the idea of the standard deviation of price movements

More information

Slides for Risk Management

Slides for Risk Management Slides for Risk Management Introduction to the modeling of assets Groll Seminar für Finanzökonometrie Prof. Mittnik, PhD Groll (Seminar für Finanzökonometrie) Slides for Risk Management Prof. Mittnik,

More information

The Black-Scholes Model

The Black-Scholes Model The Black-Scholes Model Liuren Wu Options Markets (Hull chapter: 12, 13, 14) Liuren Wu ( c ) The Black-Scholes Model colorhmoptions Markets 1 / 17 The Black-Scholes-Merton (BSM) model Black and Scholes

More information

Expected Utility and Risk Aversion

Expected Utility and Risk Aversion Expected Utility and Risk Aversion Expected utility and risk aversion 1/ 58 Introduction Expected utility is the standard framework for modeling investor choices. The following topics will be covered:

More information

A Compound-Multifractal Model for High-Frequency Asset Returns

A Compound-Multifractal Model for High-Frequency Asset Returns A Compound-Multifractal Model for High-Frequency Asset Returns Eric M. Aldrich 1 Indra Heckenbach 2 Gregory Laughlin 3 1 Department of Economics, UC Santa Cruz 2 Department of Physics, UC Santa Cruz 3

More information

Pricing and hedging with rough-heston models

Pricing and hedging with rough-heston models Pricing and hedging with rough-heston models Omar El Euch, Mathieu Rosenbaum Ecole Polytechnique 1 January 216 El Euch, Rosenbaum Pricing and hedging with rough-heston models 1 Table of contents Introduction

More information

Financial Econometrics Notes. Kevin Sheppard University of Oxford

Financial Econometrics Notes. Kevin Sheppard University of Oxford Financial Econometrics Notes Kevin Sheppard University of Oxford Monday 15 th January, 2018 2 This version: 22:52, Monday 15 th January, 2018 2018 Kevin Sheppard ii Contents 1 Probability, Random Variables

More information

M5MF6. Advanced Methods in Derivatives Pricing

M5MF6. Advanced Methods in Derivatives Pricing Course: Setter: M5MF6 Dr Antoine Jacquier MSc EXAMINATIONS IN MATHEMATICS AND FINANCE DEPARTMENT OF MATHEMATICS April 2016 M5MF6 Advanced Methods in Derivatives Pricing Setter s signature...........................................

More information

On modelling of electricity spot price

On modelling of electricity spot price , Rüdiger Kiesel and Fred Espen Benth Institute of Energy Trading and Financial Services University of Duisburg-Essen Centre of Mathematics for Applications, University of Oslo 25. August 2010 Introduction

More information

Lecture notes on risk management, public policy, and the financial system Credit risk models

Lecture notes on risk management, public policy, and the financial system Credit risk models Lecture notes on risk management, public policy, and the financial system Allan M. Malz Columbia University 2018 Allan M. Malz Last updated: June 8, 2018 2 / 24 Outline 3/24 Credit risk metrics and models

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Final Exam The University of Chicago, Booth School of Business Business 410, Spring Quarter 010, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (4 pts) Answer briefly the following questions. 1. Questions 1

More information

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane.

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane. Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane c Sateesh R. Mane 2017 14 Lecture 14 November 15, 2017 Derivation of the

More information

A Note about the Black-Scholes Option Pricing Model under Time-Varying Conditions Yi-rong YING and Meng-meng BAI

A Note about the Black-Scholes Option Pricing Model under Time-Varying Conditions Yi-rong YING and Meng-meng BAI 2017 2nd International Conference on Advances in Management Engineering and Information Technology (AMEIT 2017) ISBN: 978-1-60595-457-8 A Note about the Black-Scholes Option Pricing Model under Time-Varying

More information

Consumption and Portfolio Choice under Uncertainty

Consumption and Portfolio Choice under Uncertainty Chapter 8 Consumption and Portfolio Choice under Uncertainty In this chapter we examine dynamic models of consumer choice under uncertainty. We continue, as in the Ramsey model, to take the decision of

More information

Behavioral Finance and Asset Pricing

Behavioral Finance and Asset Pricing Behavioral Finance and Asset Pricing Behavioral Finance and Asset Pricing /49 Introduction We present models of asset pricing where investors preferences are subject to psychological biases or where investors

More information

Stochastic Control for Optimal Trading: State of Art and Perspectives (an attempt of)

Stochastic Control for Optimal Trading: State of Art and Perspectives (an attempt of) Stochastic Control for Optimal rading: State of Art and Perspectives (an attempt of) B. Bouchard Ceremade - Univ. Paris-Dauphine, and, Crest - Ensae Market Micro-Structure - Confronting View Points - December

More information

The information value of block trades in a limit order book market. C. D Hondt 1 & G. Baker

The information value of block trades in a limit order book market. C. D Hondt 1 & G. Baker The information value of block trades in a limit order book market C. D Hondt 1 & G. Baker 2 June 2005 Introduction Some US traders have commented on the how the rise of algorithmic execution has reduced

More information

Introduction to Algorithmic Trading Strategies Lecture 8

Introduction to Algorithmic Trading Strategies Lecture 8 Introduction to Algorithmic Trading Strategies Lecture 8 Risk Management Haksun Li haksun.li@numericalmethod.com www.numericalmethod.com Outline Value at Risk (VaR) Extreme Value Theory (EVT) References

More information

Optimal routing and placement of orders in limit order markets

Optimal routing and placement of orders in limit order markets Optimal routing and placement of orders in limit order markets Rama CONT Arseniy KUKANOV Imperial College London Columbia University New York CFEM-GARP Joint Event and Seminar 05/01/13, New York Choices,

More information

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng

Financial Econometrics Jeffrey R. Russell. Midterm 2014 Suggested Solutions. TA: B. B. Deng Financial Econometrics Jeffrey R. Russell Midterm 2014 Suggested Solutions TA: B. B. Deng Unless otherwise stated, e t is iid N(0,s 2 ) 1. (12 points) Consider the three series y1, y2, y3, and y4. Match

More information

Introduction Credit risk

Introduction Credit risk A structural credit risk model with a reduced-form default trigger Applications to finance and insurance Mathieu Boudreault, M.Sc.,., F.S.A. Ph.D. Candidate, HEC Montréal Montréal, Québec Introduction

More information

Self-organized criticality on the stock market

Self-organized criticality on the stock market Prague, January 5th, 2014. Some classical ecomomic theory In classical economic theory, the price of a commodity is determined by demand and supply. Let D(p) (resp. S(p)) be the total demand (resp. supply)

More information

OPTIMAL PORTFOLIO CONTROL WITH TRADING STRATEGIES OF FINITE

OPTIMAL PORTFOLIO CONTROL WITH TRADING STRATEGIES OF FINITE Proceedings of the 44th IEEE Conference on Decision and Control, and the European Control Conference 005 Seville, Spain, December 1-15, 005 WeA11.6 OPTIMAL PORTFOLIO CONTROL WITH TRADING STRATEGIES OF

More information

VOLATILITY EFFECTS AND VIRTUAL ASSETS: HOW TO PRICE AND HEDGE AN ENERGY PORTFOLIO

VOLATILITY EFFECTS AND VIRTUAL ASSETS: HOW TO PRICE AND HEDGE AN ENERGY PORTFOLIO VOLATILITY EFFECTS AND VIRTUAL ASSETS: HOW TO PRICE AND HEDGE AN ENERGY PORTFOLIO GME Workshop on FINANCIAL MARKETS IMPACT ON ENERGY PRICES Responsabile Pricing and Structuring Edison Trading Rome, 4 December

More information

Stochastic modelling of electricity markets Pricing Forwards and Swaps

Stochastic modelling of electricity markets Pricing Forwards and Swaps Stochastic modelling of electricity markets Pricing Forwards and Swaps Jhonny Gonzalez School of Mathematics The University of Manchester Magical books project August 23, 2012 Clip for this slide Pricing

More information

A survey on limit order books

A survey on limit order books November F. Abergel 9, A survey 2016 on limit order books 1/98 A survey on limit order books A course given by Frédéric Abergel during the first Latin American School and Workshop on Data Analysis and

More information

Amath 546/Econ 589 Univariate GARCH Models

Amath 546/Econ 589 Univariate GARCH Models Amath 546/Econ 589 Univariate GARCH Models Eric Zivot April 24, 2013 Lecture Outline Conditional vs. Unconditional Risk Measures Empirical regularities of asset returns Engle s ARCH model Testing for ARCH

More information

Lesson Plan for Simulation with Spreadsheets (8/31/11 & 9/7/11)

Lesson Plan for Simulation with Spreadsheets (8/31/11 & 9/7/11) Jeremy Tejada ISE 441 - Introduction to Simulation Learning Outcomes: Lesson Plan for Simulation with Spreadsheets (8/31/11 & 9/7/11) 1. Students will be able to list and define the different components

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay Final Exam Booth Honor Code: I pledge my honor that I have not violated the Honor Code during this

More information

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Midterm

Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay. Solutions to Midterm Booth School of Business, University of Chicago Business 41202, Spring Quarter 2014, Mr. Ruey S. Tsay Solutions to Midterm Problem A: (30 pts) Answer briefly the following questions. Each question has

More information

Short-time-to-expiry expansion for a digital European put option under the CEV model. November 1, 2017

Short-time-to-expiry expansion for a digital European put option under the CEV model. November 1, 2017 Short-time-to-expiry expansion for a digital European put option under the CEV model November 1, 2017 Abstract In this paper I present a short-time-to-expiry asymptotic series expansion for a digital European

More information

N-Player Preemption Games

N-Player Preemption Games N-Player Preemption Games Rossella Argenziano Essex Philipp Schmidt-Dengler LSE October 2007 Argenziano, Schmidt-Dengler (Essex, LSE) N-Player Preemption Games Leicester October 2007 1 / 42 Timing Games

More information

Pricing Dynamic Solvency Insurance and Investment Fund Protection

Pricing Dynamic Solvency Insurance and Investment Fund Protection Pricing Dynamic Solvency Insurance and Investment Fund Protection Hans U. Gerber and Gérard Pafumi Switzerland Abstract In the first part of the paper the surplus of a company is modelled by a Wiener process.

More information

16 MAKING SIMPLE DECISIONS

16 MAKING SIMPLE DECISIONS 247 16 MAKING SIMPLE DECISIONS Let us associate each state S with a numeric utility U(S), which expresses the desirability of the state A nondeterministic action A will have possible outcome states Result

More information