Adjusting the Black-Scholes Framework in the Presence of a Volatility Skew

Size: px
Start display at page:

Download "Adjusting the Black-Scholes Framework in the Presence of a Volatility Skew"

Transcription

1 Adjusting the Black-Scholes Framework in the Presence of a Volatility Skew Mentor: Christopher Prouty Members: Ping An, Dawei Wang, Rui Yan Shiyi Chen, Fanda Yang, Che Wang Team Website:

2 Table of Contents 1. Background Assumptions Our Model Workflow: Implied Volatility Cubic Spline Interpolation Method Extending Skew Curve Market Implied Distribution Denoise MID Test (Monte Carlo) & Result BS Test MID PDF RVs Test Improvement Conclusion... 15

3 1. Background Before the Black Monday in 1987, people think that Black-Scholes Model fits for the realized market, or at least, not too bad. But when avalanche of out-of-the money options suddenly became in-the-money, people began to realize that they needed to adjust the relationships between volatility and other parameters. Fig. 1.1 Volatility Skew before 1987 X-axis is the strike price (K), and Y-axis is the volatility (sigma). People found the volatility changes with respect to strike price (K) and time to maturity (T). So people need to trade lower-strike-option with a much higher volatility, and the volatility smile looks like this: Fig. 1.2 Volatility Skew after 1987 X-axis is the strike price (K), and Y-axis is the volatility (sigma). But since we have a volatility smile, if the market moves, the seller of the option may lose or make money on the option account even he/she has already delta-hedged. So the seller needs to sell/buy extra underlying to remain delta-neutral. Our model is to calculate how much is the extra delta that we need to take into consideration, and we called it skew delta. 1

4 2. Assumptions First of all, let s see the Black-Scholes model s assumptions: It is possible to borrow and lend cash at a known constant risk-free interest rate. The price follows a Geometric Brownian motion with constant drift and volatility. There are no transaction costs. The stock does not pay a dividend. All securities are perfectly divisible (i.e. it is possible to buy any fraction of a share). There are no restrictions on short selling. There is no arbitrage opportunity. Our model allows each assumption in the Black-Scholes but the second one. In our model, we assume that: The price follows a implied motion that we can know from our Market Implied Distribution (MID) method. The volatility smile doesn t change its shape or increase/decrease, it just moves paralleled to the left or right. 2

5 3. Our Model 3.1 Workflow: Our workflow looks like this: Fig. 3.1 Workflow of our model 3.2 Implied Volatility The basic idea of this process is trying to use different volatilities into Black-Scholes until a predetermined option price is reached. The first method we tried to calculate implied volatility is Newton s method. This method is recognized by its rapid convergence. In order to obtain a quick return in later Monte Carlo testing process that constitutes more than 1 million trials, implementing Newton s method seems appropriate here. However, due to the intrinsic deficiencies, like local convergence, Newton s method had a bad performance when dealing with some extreme underlying prices. In some cases, it forced computer to crash, which did not show any rapidity. 3

6 Therefore, we turned to bisection method for its robustness. The actual method coded into our program was modified to some extent. The first modification was placed to decide the starting points the lower bound and upper bound. Given an arbitrary distance between final lower and upper bound, our program would set lower bound from 0.5 to some value that finally squeezes the desired implied volatility between these two bounds. This process sacrifices time but gives advantage of avoiding improper starting points set by human. Another modification links to the thought of removing infeasible inputs. Given spot, strike, interest rate and tenor constant, the option price function of volatility should have a theoretical minimum output. But the market seems not always follow this rule. When such out-of-range spot associated with strike was used to calculate the implied volatility, neither bisection nor Newton s method would give an ideal outcome. (Try this data: S = 30.66, K = 40.00, P = 9.40, r = 0.25%, T = 0.25) Therefore, it is necessary to remove these extremes from dataset so as to avoid endless loops in our program. The way we adapted is to listen an iteration counter and make sure it never exceed an empirical number, say 100 in our program. 3.3 Cubic Spline Interpolation Method This is a method to interpolate unknown values between given points using piecewise thirdorder polynomials. The essential idea is to fit a piecewise function of the form: For each ff ii is a third-order polynomial defined by: ff 1 (xx) xx 1 xx < xx 2 ff FF(xx) = 2 (xx) xx 2 xx < xx 3 (3.3.1) ff 1 (xx) xx 1 xx < xx ff ii (xx) = αα ii xx 3 + ββ ii xx 2 + γγ ii xx + δδ ii (3.3.2) ff ii (xx ii ) = αα ii xx ii 3 + ββ ii xx ii 2 + γγ ii xx ii + δδ ii = ff ii 1 (xx ii ) = h ii (3.3.3) Also, we want to make the function as soon as possible, therefore we make the first and second derivatives agree at each adjacent segment. ff ii (xx) = 3αα ii (xx xx ii ) 2 + ββ ii (xx xx ii ) + γγ ii = ff ii 1 (xx) (3.3.4) ff ii (xx) = 6aa ii (xx xx ii ) + 2ββ ii = ff ii 1 (xx) (3.3.5) Cubic splines have good properties, first the spline functions will interpolate all data points; secondly, interpolation function is continuous on each interval, so are the first and second derivatives. 4

7 Until now, we have 4mm coefficients and 4mm equations, therefore, from basic algebra, we could get the coefficients, and the value between known points. If we have mm + 1 observations(h 0, h 1,, h mm ), and mm + 1 inputs, we have BB = AA 1 HH (3.3.6) xx 1 xx 1 xx 1 1 xx 1 xx 1 xx xx AA = mm 2 xx mm 2 xx mm 2 1 xx mm 2 xx mm 2 xx mm xx 1 2xx xx 1 2xx xx mm 2 2xx mm xx mm 2 2xx mm xx xx xx mm xx mm xx 0 3 xx 0 2 xx xx 1 xx 1 xx xx mm 2 xx mm 2 xx mm xx mm 1 xx mm 1 xx mm xx xx mm BB = (αα 0, ββ 0, γγ 0, δδ 0, αα 1, ββ 1, γγ 1, δδ 1,, αα mm 1, ββ mm 1, γγ mm 1, δδ mm 1 ) 1 HH = (h 1, h 2,, h mm, 0,0,,0) 1 (3.3.7a) (3.3.7b) (3.3.7c) 3.4 Extending Skew Curve In order to simulate the implied volatility, we have to extend the skew curve that we have obtained from Cubic Spline Interpolation. Now, we choose the Least Squares method to extend the curve. The Least squares assumes that the best-fit curve of a given type is the curve that has the minimal sum of the deviations squared (least square error) from a given set of data. Suppose the curve is second curve to approximate the given set of data (xx 1, yy 1 ), (xx 2, yy 2 ) and the equation is : yy = aa + bbbb + ccxx 2. The best fitting curve ff(xx) = yy has the min least square error: ΠΠ = [yy ii ff(xx ii )] 2 = [yy ii (aa + bbxx ii + ccxx 2 ii )] 2 = aa mmmmmm (3.4.1) The unknown coefficients a, b and c must yield zero first derivatives. 5

8 = 2 [yy ii aa + bbxx ii + ccxx 2 ii ] = 0 = 2 xx ii[yy ii aa + bbxx ii + ccxx 2 ii ] = 0 = 2 xx ii 2 [yy ii aa + bbxx ii + ccxx 2 ii ] = 0 (3.4.2) Expanding the above equations, we have 2 yyii = aa 1 + bb xx ii + cc xx ii 2 3 xx ii yy ii = aa xx ii + bb xx ii + cc xx ii xx ii yy ii = aa xx ii + bb xx ii + cc xx ii (3.4.3) The unknown coefficients a, b and c can hence obtained by solving the above linear equations. AA = xx ii 2 xx ii xx ii xx ii 2 xx ii 3 2 xx ii yyii aa 3 xx ii, XX = bb, bb = xx ii yy ii cc 4 xx ii xx 2 ii yy ii (3.4.4) So, aa bb = AA 1 bb (3.4.5) cc For example, if we have some data for strike price and implied volatilities (Table 3.4): Table 3.4 Extending data example K Vol We can use cubic splines and least squares to generate volatility skew curve for all strike prices 6

9 Fig. 3.4 Extending Skew Curve X-axis is the strike price (K), and Y-axis is the volatility (sigma) Market Implied Distribution First of all, our model use put option data rather than call option data. Though there is a put-call parity that restricts the relationship between these two, but the real market doesn't follow it perfectly. Fig. 3.5 Volatility skew of put (left) and call (right) X-axis is the strike price (K), and Y-axis is the volatility (sigma). 7

10 As we can see from figure 3.5, using call data brings more uncertainty of concavity of the volatility skew. When we use Market Implied Distribution method, we have to take the second derivative of the skew, and the concavity causes a negative of probability which against the definition of probability. The price of a European put option on an asset with strike price K and maturity T is given by PP = ee rrrr (KK SS) + pp(ss)dddd 0 KK = ee rrrr KKKK(SS)dddd 0 KK ee rrrr SSSS(SS)dddd 0 (3.5.1) Which implies = ee rrrr pp(ss)dddd 0 KK (3.5.2) 2 PP KK 2 = ee rrrr pp(kk) (3.5.3) pp(kk) = ee rrrr 2 PP KK 2 (3.5.4) Where the second derivative of put prices with respect to strike PP(KK) is the discounted market implied density. This risk-neutral probability distribution is estimated from implied volatility smiles. In this project, we used finite differences to approximate the second derivatives. 2 PP PP(KK + KK) 2PP(KK) + PP(KK KK) KK2 ( KK) 2 (3.5.5) 3.6. Denoise MID When we use market data to calculate the implied volatility, the skew curve is not absolute convex at every points on the curve. Therefore, we might come up with negative market implied density at certain strike price. For this kind of bad data, we called them noise in our program. Then we made a method called Denoise, this method threw away the bad data that have negative probabilities. As figure 3.6A shows, after eliminating all bad data which cause a negative probability, we can have a shape much more like a PDF. And we can see in figure 3.6B, after Denoise, our skew curve looks much better than before (figure 3.5 left). 8

11 Fig. 3.6A PDF before Denoise (left) and after Denoise (right) X-axis is the underlying price (S), and Y-axis is the Probability (Pr). Fig. 3.6B Volatility Skew after Denoise X-axis is the strike price (K), and Y-axis is the volatility (sigma). By now, we have the market implied distribution of the underlying price, we could find out the expected underlying price at the maturity by calculating the integration below: EEEE = SS pp(ss) dddd 0 (3.6.1) Then we just go back to our skew curve to find the implied volatility (EEEE) at EEEE 9

12 4. Test (Monte Carlo) & Result 4.1 BS Test After we get the underlying price distribution through MID method, we want to use Monte Carlo Method testing the validity of our model. Firstly we generate the underlying price process from the B-S model s assumption: dddd SS = μμμμμμ + σσσσσσ (4.1.1) Because we assume the skew curve moved parallel, so we can got the skew curve of every day. Use the skew curve to calculate implied volatility, then option price, Delta and Vega can be calculated though the B-S model. Because we know the expectation of next period s underlying price, we can get the expectation of next period s volatility. VVVVVVVV (EEEE σσ) is the loss of portfolio from the change of volatility, and we have the expectation of underlying price change (EEEE SS), so we calculate the skew-delta as: DDDDDDDDaa SSSSSSSS = VVVVVVVV (EEEE σσ) EEEE SS (4.12) to cover the loss. The new delta is equal to the old delta plus skew-delta. After we get all information of the path, we calculate the P&L every day and get the statistics, mean and standard deviation. Undelying Price (S) Volatility (σ) new Delta (old Delta + skewdelta) Vega, Delta, Option Price Fig. 4.1 Test workflow 10

13 We simulate underlying price process 1 million times, we get below result: Table 4.1 Result from B-S Test Mean of P&L Mean (BS Delta) Mean of P&L Variance (BS Delta) Mean of P&L Mean (New Delta) Mean of P&L Variance (New Delta) The result of new delta is worse than the old delta, and the data of variance is so extreme. At first we are confused by this bad result, and the reason why we have this bad simulation results is that we based the simulation on the B-S model. The delta from B-S Model is one of the best hedging strategy. 4.2 MID PDF RVs Test After B-S Test, we use another method to generate the underlying price process. We get the return distribution from MID method. Then we use formula to generate the underlying price process. SS tt+1 = SS tt ee rrrrrrrrrrrr rrrrrrrrrrrr (4.2.1) The first target is to get a random variable follow the given distribution. We calculate the CDF through the PDF. Next step is to generate a random number in [0,1], then use the inverse CDF function to get the corresponding random variable x. Fig. 4.2 From PDF to CDF X-axis is the strike price (K), and Y-axis is the Probability (Pr). 11

14 We simulate 1oo thousand times, and then we get the result below: Table 4.2 Result from MID PDF RVs Test Mean of P&L Mean (BS Delta) Mean of P&L Std (BS Delta) Mean of P&L Mean (New Delta) Mean of P&L Std (New Delta) The new mean of P&L s mean is better than the older one at the cost of the worse standard deviation. The advantage is in a long run we will have a better hedging strategy result. But the disadvantage is the much bigger profit or loss in the short run. We hope our result will be a reference to traders who want to hedge options in a long run. 12

15 5. Improvement Until now, our model consider that the volatility skew doesn t change its shape as time goes by (which is the second assumption we made). But it is not true in the real world, so we need to adjust our model to take the volatility surface into account. In addition to volatility skew, traders use a volatility term structure when pricing options. Using the Cubic Spline Interpolation method, we can interpolate between T, and then plot the 3- D variation of implied volatilities with strike price and time to maturity. The implied volatility surface simultaneously shows both volatility smile and term structure of volatility, Option traders use an implied volatility plot to quickly determine the shape the shape of the implied volatility surface. Fig. 5.1 Volatility Surface Option with different expiration dates and strikes whose underlying is SPY For options of different maturities, we also see characteristic differences in implied volatility. However, in this case, the dominant effect is related to the market s implied impact of upcoming events. For example, it is well-observed that realized volatility for stock prices rises significantly on the day that a company reports its earnings. In our previous MID result, we assume that the expected underlying movement (ES) tomorrow is exactly the same as the expected movement on the maturity date. If we can calculate the 13

16 options which expires every trading day, however, we can use them to get the expected underlying movement on the next trading day. It will greatly improve the accuracy of our model. 14

17 6. Conclusion From this modeling program, we ve learnt: How to improve the B-S model if there is a volatility smile or even a volatility surface. Why we need to use bisection method rather than Newton's method to get the volatility smile from the market, and why sometimes both these two methods can t work. How to interpolate, extend or eliminate some points from a given data in order to maintain its information in the greatest degree but still qualify our standard. How to know the market movement of the future if we know today s market information. How to generate a bunch of random numbers that follows a given Probability Density Function. And we ve also learnt: How to work as a team to focus on a problem, discuss and solve it. How to break programming task into pieces for everybody, define the standard and make it up at last. Though our result doesn t improve the classical B-S model, we still learnt a lot from these ten days, and hoping to have another ten days for further modeling. Our mentor, Chris Prouty, gave us plenty of new ideas and suggestions which keep us standing closer to the industry. We really appreciate his help and patient. 15

The Performance of Smile-Implied Delta Hedging

The Performance of Smile-Implied Delta Hedging The Institute have the financial support of l Autorité des marchés financiers and the Ministère des Finances du Québec Technical note TN 17-01 The Performance of Delta Hedging January 2017 This technical

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 20 Lecture 20 Implied volatility November 30, 2017

More information

Practical Hedging: From Theory to Practice. OSU Financial Mathematics Seminar May 5, 2008

Practical Hedging: From Theory to Practice. OSU Financial Mathematics Seminar May 5, 2008 Practical Hedging: From Theory to Practice OSU Financial Mathematics Seminar May 5, 008 Background Dynamic replication is a risk management technique used to mitigate market risk We hope to spend a certain

More information

Volatility Surface. Course Name: Analytical Finance I. Report date: Oct.18,2012. Supervisor:Jan R.M Röman. Authors: Wenqing Huang.

Volatility Surface. Course Name: Analytical Finance I. Report date: Oct.18,2012. Supervisor:Jan R.M Röman. Authors: Wenqing Huang. Course Name: Analytical Finance I Report date: Oct.18,2012 Supervisor:Jan R.M Röman Volatility Surface Authors: Wenqing Huang Zhiwen Zhang Yiqing Wang 1 Content 1. Implied Volatility...3 2.Volatility Smile...

More information

King s College London

King s College London King s College London University Of London This paper is part of an examination of the College counting towards the award of a degree. Examinations are governed by the College Regulations under the authority

More information

Module 10:Application of stochastic processes in areas like finance Lecture 36:Black-Scholes Model. Stochastic Differential Equation.

Module 10:Application of stochastic processes in areas like finance Lecture 36:Black-Scholes Model. Stochastic Differential Equation. Stochastic Differential Equation Consider. Moreover partition the interval into and define, where. Now by Rieman Integral we know that, where. Moreover. Using the fundamentals mentioned above we can easily

More information

Tests for Two Means in a Cluster-Randomized Design

Tests for Two Means in a Cluster-Randomized Design Chapter 482 Tests for Two Means in a Cluster-Randomized Design Introduction Cluster-randomized designs are those in which whole clusters of subjects (classes, hospitals, communities, etc.) are put into

More information

FX Smile Modelling. 9 September September 9, 2008

FX Smile Modelling. 9 September September 9, 2008 FX Smile Modelling 9 September 008 September 9, 008 Contents 1 FX Implied Volatility 1 Interpolation.1 Parametrisation............................. Pure Interpolation.......................... Abstract

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

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

Financial Risk Measurement/Management

Financial Risk Measurement/Management 550.446 Financial Risk Measurement/Management Week of September 23, 2013 Interest Rate Risk & Value at Risk (VaR) 3.1 Where we are Last week: Introduction continued; Insurance company and Investment company

More information

* Professor of Finance Stern School of Business New York University.

* Professor of Finance Stern School of Business New York University. * Professor of Finance Stern School of Business New York University email: sfiglews@stern.nyu.edu An American Call on a Non-Dividend Paying Stock Should never be exercised early Is therefore worth the

More information

CS227-Scientific Computing. Lecture 6: Nonlinear Equations

CS227-Scientific Computing. Lecture 6: Nonlinear Equations CS227-Scientific Computing Lecture 6: Nonlinear Equations A Financial Problem You invest $100 a month in an interest-bearing account. You make 60 deposits, and one month after the last deposit (5 years

More information

Simple Robust Hedging with Nearby Contracts

Simple Robust Hedging with Nearby Contracts Simple Robust Hedging with Nearby Contracts Liuren Wu and Jingyi Zhu Baruch College and University of Utah April 29, 211 Fourth Annual Triple Crown Conference Liuren Wu (Baruch) Robust Hedging with Nearby

More information

Using Fractals to Improve Currency Risk Management Strategies

Using Fractals to Improve Currency Risk Management Strategies Using Fractals to Improve Currency Risk Management Strategies Michael K. Lauren Operational Analysis Section Defence Technology Agency New Zealand m.lauren@dta.mil.nz Dr_Michael_Lauren@hotmail.com Abstract

More information

Dynamic Relative Valuation

Dynamic Relative Valuation Dynamic Relative Valuation Liuren Wu, Baruch College Joint work with Peter Carr from Morgan Stanley October 15, 2013 Liuren Wu (Baruch) Dynamic Relative Valuation 10/15/2013 1 / 20 The standard approach

More information

Simple Robust Hedging with Nearby Contracts

Simple Robust Hedging with Nearby Contracts Simple Robust Hedging with Nearby Contracts Liuren Wu and Jingyi Zhu Baruch College and University of Utah October 22, 2 at Worcester Polytechnic Institute Wu & Zhu (Baruch & Utah) Robust Hedging with

More information

Market Risk Analysis Volume I

Market Risk Analysis Volume I Market Risk Analysis Volume I Quantitative Methods in Finance Carol Alexander John Wiley & Sons, Ltd List of Figures List of Tables List of Examples Foreword Preface to Volume I xiii xvi xvii xix xxiii

More information

Advanced Corporate Finance. 5. Options (a refresher)

Advanced Corporate Finance. 5. Options (a refresher) Advanced Corporate Finance 5. Options (a refresher) Objectives of the session 1. Define options (calls and puts) 2. Analyze terminal payoff 3. Define basic strategies 4. Binomial option pricing model 5.

More information

Department of Mathematics. Mathematics of Financial Derivatives

Department of Mathematics. Mathematics of Financial Derivatives Department of Mathematics MA408 Mathematics of Financial Derivatives Thursday 15th January, 2009 2pm 4pm Duration: 2 hours Attempt THREE questions MA408 Page 1 of 5 1. (a) Suppose 0 < E 1 < E 3 and E 2

More information

HEDGING AND ARBITRAGE WARRANTS UNDER SMILE EFFECTS: ANALYSIS AND EVIDENCE

HEDGING AND ARBITRAGE WARRANTS UNDER SMILE EFFECTS: ANALYSIS AND EVIDENCE HEDGING AND ARBITRAGE WARRANTS UNDER SMILE EFFECTS: ANALYSIS AND EVIDENCE SON-NAN CHEN Department of Banking, National Cheng Chi University, Taiwan, ROC AN-PIN CHEN and CAMUS CHANG Institute of Information

More information

Appendix A Financial Calculations

Appendix A Financial Calculations Derivatives Demystified: A Step-by-Step Guide to Forwards, Futures, Swaps and Options, Second Edition By Andrew M. Chisholm 010 John Wiley & Sons, Ltd. Appendix A Financial Calculations TIME VALUE OF MONEY

More information

Market Risk: FROM VALUE AT RISK TO STRESS TESTING. Agenda. Agenda (Cont.) Traditional Measures of Market Risk

Market Risk: FROM VALUE AT RISK TO STRESS TESTING. Agenda. Agenda (Cont.) Traditional Measures of Market Risk Market Risk: FROM VALUE AT RISK TO STRESS TESTING Agenda The Notional Amount Approach Price Sensitivity Measure for Derivatives Weakness of the Greek Measure Define Value at Risk 1 Day to VaR to 10 Day

More information

Chapter 15: Jump Processes and Incomplete Markets. 1 Jumps as One Explanation of Incomplete Markets

Chapter 15: Jump Processes and Incomplete Markets. 1 Jumps as One Explanation of Incomplete Markets Chapter 5: Jump Processes and Incomplete Markets Jumps as One Explanation of Incomplete Markets It is easy to argue that Brownian motion paths cannot model actual stock price movements properly in reality,

More information

Energy Price Processes

Energy Price Processes Energy Processes Used for Derivatives Pricing & Risk Management In this first of three articles, we will describe the most commonly used process, Geometric Brownian Motion, and in the second and third

More information

Exploring Volatility Derivatives: New Advances in Modelling. Bruno Dupire Bloomberg L.P. NY

Exploring Volatility Derivatives: New Advances in Modelling. Bruno Dupire Bloomberg L.P. NY Exploring Volatility Derivatives: New Advances in Modelling Bruno Dupire Bloomberg L.P. NY bdupire@bloomberg.net Global Derivatives 2005, Paris May 25, 2005 1. Volatility Products Historical Volatility

More information

Chapter 18 Volatility Smiles

Chapter 18 Volatility Smiles Chapter 18 Volatility Smiles Problem 18.1 When both tails of the stock price distribution are less heavy than those of the lognormal distribution, Black-Scholes will tend to produce relatively high prices

More information

A useful modeling tricks.

A useful modeling tricks. .7 Joint models for more than two outcomes We saw that we could write joint models for a pair of variables by specifying the joint probabilities over all pairs of outcomes. In principal, we could do this

More information

FIN FINANCIAL INSTRUMENTS SPRING 2008

FIN FINANCIAL INSTRUMENTS SPRING 2008 FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 The Greeks Introduction We have studied how to price an option using the Black-Scholes formula. Now we wish to consider how the option price changes, either

More information

1. What is Implied Volatility?

1. What is Implied Volatility? Numerical Methods FEQA MSc Lectures, Spring Term 2 Data Modelling Module Lecture 2 Implied Volatility Professor Carol Alexander Spring Term 2 1 1. What is Implied Volatility? Implied volatility is: the

More information

The Black-Scholes PDE from Scratch

The Black-Scholes PDE from Scratch The Black-Scholes PDE from Scratch chris bemis November 27, 2006 0-0 Goal: Derive the Black-Scholes PDE To do this, we will need to: Come up with some dynamics for the stock returns Discuss Brownian motion

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

Option Pricing. Chapter Discrete Time

Option Pricing. Chapter Discrete Time Chapter 7 Option Pricing 7.1 Discrete Time In the next section we will discuss the Black Scholes formula. To prepare for that, we will consider the much simpler problem of pricing options when there are

More information

Lecture Quantitative Finance Spring Term 2015

Lecture Quantitative Finance Spring Term 2015 implied Lecture Quantitative Finance Spring Term 2015 : May 7, 2015 1 / 28 implied 1 implied 2 / 28 Motivation and setup implied the goal of this chapter is to treat the implied which requires an algorithm

More information

Financial Risk Measurement/Management

Financial Risk Measurement/Management 550.446 Financial Risk Measurement/Management Week of September 23, 2013 Interest Rate Risk & Value at Risk (VaR) 3.1 Where we are Last week: Introduction continued; Insurance company and Investment company

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

Black Scholes Option Valuation. Option Valuation Part III. Put Call Parity. Example 18.3 Black Scholes Put Valuation

Black Scholes Option Valuation. Option Valuation Part III. Put Call Parity. Example 18.3 Black Scholes Put Valuation Black Scholes Option Valuation Option Valuation Part III Example 18.3 Black Scholes Put Valuation Put Call Parity 1 Put Call Parity Another way to look at Put Call parity is Hedge Ratio C P = D (S F X)

More information

King s College London

King s College London King s College London University Of London This paper is part of an examination of the College counting towards the award of a degree. Examinations are governed by the College Regulations under the authority

More information

Calculating VaR. There are several approaches for calculating the Value at Risk figure. The most popular are the

Calculating VaR. There are several approaches for calculating the Value at Risk figure. The most popular are the VaR Pro and Contra Pro: Easy to calculate and to understand. It is a common language of communication within the organizations as well as outside (e.g. regulators, auditors, shareholders). It is not really

More information

Lecture Note 8 of Bus 41202, Spring 2017: Stochastic Diffusion Equation & Option Pricing

Lecture Note 8 of Bus 41202, Spring 2017: Stochastic Diffusion Equation & Option Pricing Lecture Note 8 of Bus 41202, Spring 2017: Stochastic Diffusion Equation & Option Pricing We shall go over this note quickly due to time constraints. Key concept: Ito s lemma Stock Options: A contract giving

More information

P&L Attribution and Risk Management

P&L Attribution and Risk Management P&L Attribution and Risk Management Liuren Wu Options Markets (Hull chapter: 15, Greek letters) Liuren Wu ( c ) P& Attribution and Risk Management Options Markets 1 / 19 Outline 1 P&L attribution via the

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

IEOR E4602: Quantitative Risk Management

IEOR E4602: Quantitative Risk Management IEOR E4602: Quantitative Risk Management Basic Concepts and Techniques of Risk Management Martin Haugh Department of Industrial Engineering and Operations Research Columbia University Email: martin.b.haugh@gmail.com

More information

Tests for the Difference Between Two Linear Regression Intercepts

Tests for the Difference Between Two Linear Regression Intercepts Chapter 853 Tests for the Difference Between Two Linear Regression Intercepts Introduction Linear regression is a commonly used procedure in statistical analysis. One of the main objectives in linear regression

More information

Options Markets: Introduction

Options Markets: Introduction 17-2 Options Options Markets: Introduction Derivatives are securities that get their value from the price of other securities. Derivatives are contingent claims because their payoffs depend on the value

More information

The Impact of Volatility Estimates in Hedging Effectiveness

The Impact of Volatility Estimates in Hedging Effectiveness EU-Workshop Series on Mathematical Optimization Models for Financial Institutions The Impact of Volatility Estimates in Hedging Effectiveness George Dotsis Financial Engineering Research Center Department

More information

Journal of Economics and Financial Analysis, Vol:2, No:2 (2018)

Journal of Economics and Financial Analysis, Vol:2, No:2 (2018) Journal of Economics and Financial Analysis, Vol:2, No:2 (2018) 87-103 Journal of Economics and Financial Analysis Type: Double Blind Peer Reviewed Scientific Journal Printed ISSN: 2521-6627 Online ISSN:

More information

DB Quant Research Americas

DB Quant Research Americas Global Equities DB Quant Research Americas Execution Excellence Understanding Different Sources of Market Impact & Modeling Trading Cost In this note we present the structure and properties of the trading

More information

Finance 527: Lecture 31, Options V3

Finance 527: Lecture 31, Options V3 Finance 527: Lecture 31, Options V3 [John Nofsinger]: This is the third video for the options topic. And the final topic is option pricing is what we re gonna talk about. So what is the price of an option?

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

CONSTRUCTING NO-ARBITRAGE VOLATILITY CURVES IN LIQUID AND ILLIQUID COMMODITY MARKETS

CONSTRUCTING NO-ARBITRAGE VOLATILITY CURVES IN LIQUID AND ILLIQUID COMMODITY MARKETS CONSTRUCTING NO-ARBITRAGE VOLATILITY CURVES IN LIQUID AND ILLIQUID COMMODITY MARKETS Financial Mathematics Modeling for Graduate Students-Workshop January 6 January 15, 2011 MENTOR: CHRIS PROUTY (Cargill)

More information

Applying the Principles of Quantitative Finance to the Construction of Model-Free Volatility Indices

Applying the Principles of Quantitative Finance to the Construction of Model-Free Volatility Indices Applying the Principles of Quantitative Finance to the Construction of Model-Free Volatility Indices Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg

More information

WRITTEN PRELIMINARY Ph.D. EXAMINATION. Department of Applied Economics. January 28, Consumer Behavior and Household Economics.

WRITTEN PRELIMINARY Ph.D. EXAMINATION. Department of Applied Economics. January 28, Consumer Behavior and Household Economics. WRITTEN PRELIMINARY Ph.D. EXAMINATION Department of Applied Economics January 28, 2016 Consumer Behavior and Household Economics Instructions Identify yourself by your code letter, not your name, on each

More information

Skew Hedging. Szymon Borak Matthias R. Fengler Wolfgang K. Härdle. CASE-Center for Applied Statistics and Economics Humboldt-Universität zu Berlin

Skew Hedging. Szymon Borak Matthias R. Fengler Wolfgang K. Härdle. CASE-Center for Applied Statistics and Economics Humboldt-Universität zu Berlin Szymon Borak Matthias R. Fengler Wolfgang K. Härdle CASE-Center for Applied Statistics and Economics Humboldt-Universität zu Berlin 6 4 2.22 Motivation 1-1 Barrier options Knock-out options are financial

More information

NEWCASTLE UNIVERSITY SCHOOL OF MATHEMATICS, STATISTICS & PHYSICS SEMESTER 1 SPECIMEN 2 MAS3904. Stochastic Financial Modelling. Time allowed: 2 hours

NEWCASTLE UNIVERSITY SCHOOL OF MATHEMATICS, STATISTICS & PHYSICS SEMESTER 1 SPECIMEN 2 MAS3904. Stochastic Financial Modelling. Time allowed: 2 hours NEWCASTLE UNIVERSITY SCHOOL OF MATHEMATICS, STATISTICS & PHYSICS SEMESTER 1 SPECIMEN 2 Stochastic Financial Modelling Time allowed: 2 hours Candidates should attempt all questions. Marks for each question

More information

F.2 Factoring Trinomials

F.2 Factoring Trinomials 1 F.2 Factoring Trinomials In this section, we discuss factoring trinomials. We start with factoring quadratic trinomials of the form 2 + bbbb + cc, then quadratic trinomials of the form aa 2 + bbbb +

More information

Smile in the low moments

Smile in the low moments Smile in the low moments L. De Leo, T.-L. Dao, V. Vargas, S. Ciliberti, J.-P. Bouchaud 10 jan 2014 Outline 1 The Option Smile: statics A trading style The cumulant expansion A low-moment formula: the moneyness

More information

Mixed Models Tests for the Slope Difference in a 3-Level Hierarchical Design with Random Slopes (Level-3 Randomization)

Mixed Models Tests for the Slope Difference in a 3-Level Hierarchical Design with Random Slopes (Level-3 Randomization) Chapter 375 Mixed Models Tests for the Slope Difference in a 3-Level Hierarchical Design with Random Slopes (Level-3 Randomization) Introduction This procedure calculates power and sample size for a three-level

More information

Problem set 1 Answers: 0 ( )= [ 0 ( +1 )] = [ ( +1 )]

Problem set 1 Answers: 0 ( )= [ 0 ( +1 )] = [ ( +1 )] Problem set 1 Answers: 1. (a) The first order conditions are with 1+ 1so 0 ( ) [ 0 ( +1 )] [( +1 )] ( +1 ) Consumption follows a random walk. This is approximately true in many nonlinear models. Now we

More information

Characterization of the Optimum

Characterization of the Optimum ECO 317 Economics of Uncertainty Fall Term 2009 Notes for lectures 5. Portfolio Allocation with One Riskless, One Risky Asset Characterization of the Optimum Consider a risk-averse, expected-utility-maximizing

More information

A new approach to multiple curve Market Models of Interest Rates. Rodney Hoskinson

A new approach to multiple curve Market Models of Interest Rates. Rodney Hoskinson A new approach to multiple curve Market Models of Interest Rates Rodney Hoskinson Rodney Hoskinson This presentation has been prepared for the Actuaries Institute 2014 Financial Services Forum. The Institute

More information

Accelerated Option Pricing Multiple Scenarios

Accelerated Option Pricing Multiple Scenarios Accelerated Option Pricing in Multiple Scenarios 04.07.2008 Stefan Dirnstorfer (stefan@thetaris.com) Andreas J. Grau (grau@thetaris.com) 1 Abstract This paper covers a massive acceleration of Monte-Carlo

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

Sensitivity Analysis with Data Tables. 10% annual interest now =$110 one year later. 10% annual interest now =$121 one year later

Sensitivity Analysis with Data Tables. 10% annual interest now =$110 one year later. 10% annual interest now =$121 one year later Sensitivity Analysis with Data Tables Time Value of Money: A Special kind of Trade-Off: $100 @ 10% annual interest now =$110 one year later $110 @ 10% annual interest now =$121 one year later $100 @ 10%

More information

University of Colorado at Boulder Leeds School of Business MBAX-6270 MBAX Introduction to Derivatives Part II Options Valuation

University of Colorado at Boulder Leeds School of Business MBAX-6270 MBAX Introduction to Derivatives Part II Options Valuation MBAX-6270 Introduction to Derivatives Part II Options Valuation Notation c p S 0 K T European call option price European put option price Stock price (today) Strike price Maturity of option Volatility

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

Lecture 6: Option Pricing Using a One-step Binomial Tree. Thursday, September 12, 13

Lecture 6: Option Pricing Using a One-step Binomial Tree. Thursday, September 12, 13 Lecture 6: Option Pricing Using a One-step Binomial Tree An over-simplified model with surprisingly general extensions a single time step from 0 to T two types of traded securities: stock S and a bond

More information

Math 239 Homework 1 solutions

Math 239 Homework 1 solutions Math 239 Homework 1 solutions Question 1. Delta hedging simulation. (a) Means, standard deviations and histograms are found using HW1Q1a.m with 100,000 paths. In the case of weekly rebalancing: mean =

More information

Zekuang Tan. January, 2018 Working Paper No

Zekuang Tan. January, 2018 Working Paper No RBC LiONS S&P 500 Buffered Protection Securities (USD) Series 4 Analysis Option Pricing Analysis, Issuing Company Riskhedging Analysis, and Recommended Investment Strategy Zekuang Tan January, 2018 Working

More information

The Binomial Lattice Model for Stocks: Introduction to Option Pricing

The Binomial Lattice Model for Stocks: Introduction to Option Pricing 1/33 The Binomial Lattice Model for Stocks: Introduction to Option Pricing Professor Karl Sigman Columbia University Dept. IEOR New York City USA 2/33 Outline The Binomial Lattice Model (BLM) as a Model

More information

Math 1311 Final Test Review When: Wednesday, Dec. 16, 8A.M. Where: F 160 Time: 1.5 hours What is covered? Chapters 1-6 Number of questions: 20 Format: Multiple-choice What you need to bring: 1. Cougar

More information

Alg2A Factoring and Equations Review Packet

Alg2A Factoring and Equations Review Packet 1 Factoring using GCF: Take the greatest common factor (GCF) for the numerical coefficient. When choosing the GCF for the variables, if all the terms have a common variable, take the one with the lowest

More information

MATH6911: Numerical Methods in Finance. Final exam Time: 2:00pm - 5:00pm, April 11, Student Name (print): Student Signature: Student ID:

MATH6911: Numerical Methods in Finance. Final exam Time: 2:00pm - 5:00pm, April 11, Student Name (print): Student Signature: Student ID: MATH6911 Page 1 of 16 Winter 2007 MATH6911: Numerical Methods in Finance Final exam Time: 2:00pm - 5:00pm, April 11, 2007 Student Name (print): Student Signature: Student ID: Question Full Mark Mark 1

More information

Pricing Dynamic Guaranteed Funds Under a Double Exponential. Jump Diffusion Process. Chuang-Chang Chang, Ya-Hui Lien and Min-Hung Tsay

Pricing Dynamic Guaranteed Funds Under a Double Exponential. Jump Diffusion Process. Chuang-Chang Chang, Ya-Hui Lien and Min-Hung Tsay Pricing Dynamic Guaranteed Funds Under a Double Exponential Jump Diffusion Process Chuang-Chang Chang, Ya-Hui Lien and Min-Hung Tsay ABSTRACT This paper complements the extant literature to evaluate the

More information

Research Challenge on the Relationship Between Momentum Trading and Options Strategies

Research Challenge on the Relationship Between Momentum Trading and Options Strategies Research Challenge on the Relationship Between Momentum Trading and Options Strategies Abstract To investigate the relation between momentum trading and options strategies on the S&P 500, we implement

More information

Module 4: Monte Carlo path simulation

Module 4: Monte Carlo path simulation Module 4: Monte Carlo path simulation Prof. Mike Giles mike.giles@maths.ox.ac.uk Oxford University Mathematical Institute Module 4: Monte Carlo p. 1 SDE Path Simulation In Module 2, looked at the case

More information

Global Financial Management. Option Contracts

Global Financial Management. Option Contracts Global Financial Management Option Contracts Copyright 1997 by Alon Brav, Campbell R. Harvey, Ernst Maug and Stephen Gray. All rights reserved. No part of this lecture may be reproduced without the permission

More information

The Two-Sample Independent Sample t Test

The Two-Sample Independent Sample t Test Department of Psychology and Human Development Vanderbilt University 1 Introduction 2 3 The General Formula The Equal-n Formula 4 5 6 Independence Normality Homogeneity of Variances 7 Non-Normality Unequal

More information

Monte Carlo Simulation in Financial Valuation

Monte Carlo Simulation in Financial Valuation By Magnus Erik Hvass Pedersen 1 Hvass Laboratories Report HL-1302 First edition May 24, 2013 This revision June 4, 2013 2 Please ensure you have downloaded the latest revision of this paper from the internet:

More information

On the value of European options on a stock paying a discrete dividend at uncertain date

On the value of European options on a stock paying a discrete dividend at uncertain date A Work Project, presented as part of the requirements for the Award of a Master Degree in Finance from the NOVA School of Business and Economics. On the value of European options on a stock paying a discrete

More information

About Black-Sholes formula, volatility, implied volatility and math. statistics.

About Black-Sholes formula, volatility, implied volatility and math. statistics. About Black-Sholes formula, volatility, implied volatility and math. statistics. Mark Ioffe Abstract We analyze application Black-Sholes formula for calculation of implied volatility from point of view

More information

Final Projects Introduction to Numerical Analysis Professor: Paul J. Atzberger

Final Projects Introduction to Numerical Analysis Professor: Paul J. Atzberger Final Projects Introduction to Numerical Analysis Professor: Paul J. Atzberger Due Date: Friday, December 12th Instructions: In the final project you are to apply the numerical methods developed in the

More information

Option Volatility & Arbitrage Opportunities

Option Volatility & Arbitrage Opportunities Louisiana State University LSU Digital Commons LSU Master's Theses Graduate School 2016 Option Volatility & Arbitrage Opportunities Mikael Boffetti Louisiana State University and Agricultural and Mechanical

More information

B. Combinations. 1. Synthetic Call (Put-Call Parity). 2. Writing a Covered Call. 3. Straddle, Strangle. 4. Spreads (Bull, Bear, Butterfly).

B. Combinations. 1. Synthetic Call (Put-Call Parity). 2. Writing a Covered Call. 3. Straddle, Strangle. 4. Spreads (Bull, Bear, Butterfly). 1 EG, Ch. 22; Options I. Overview. A. Definitions. 1. Option - contract in entitling holder to buy/sell a certain asset at or before a certain time at a specified price. Gives holder the right, but not

More information

Foreign exchange derivatives Commerzbank AG

Foreign exchange derivatives Commerzbank AG Foreign exchange derivatives Commerzbank AG 2. The popularity of barrier options Isn't there anything cheaper than vanilla options? From an actuarial point of view a put or a call option is an insurance

More information

Price sensitivity to the exponent in the CEV model

Price sensitivity to the exponent in the CEV model U.U.D.M. Project Report 2012:5 Price sensitivity to the exponent in the CEV model Ning Wang Examensarbete i matematik, 30 hp Handledare och examinator: Johan Tysk Maj 2012 Department of Mathematics Uppsala

More information

Chapter 9 - Mechanics of Options Markets

Chapter 9 - Mechanics of Options Markets Chapter 9 - Mechanics of Options Markets Types of options Option positions and profit/loss diagrams Underlying assets Specifications Trading options Margins Taxation Warrants, employee stock options, and

More information

Lecture 9: Practicalities in Using Black-Scholes. Sunday, September 23, 12

Lecture 9: Practicalities in Using Black-Scholes. Sunday, September 23, 12 Lecture 9: Practicalities in Using Black-Scholes Major Complaints Most stocks and FX products don t have log-normal distribution Typically fat-tailed distributions are observed Constant volatility assumed,

More information

New Trends in Quantitative DLOM Models

New Trends in Quantitative DLOM Models CORPORATE FINANCE FINANCIAL ADVISORY SERVICES FINANCIAL RESTRUCTURING STRATEGIC CONSULTING HL.com New Trends in Quantitative DLOM Models Stillian Ghaidarov November 17, 015 ASA Fair Value San Francisco

More information

Pricing Implied Volatility

Pricing Implied Volatility Pricing Implied Volatility Expected future volatility plays a central role in finance theory. Consequently, accurate estimation of this parameter is crucial to meaningful financial decision-making. Researchers

More information

FINANCIAL OPTION ANALYSIS HANDOUTS

FINANCIAL OPTION ANALYSIS HANDOUTS FINANCIAL OPTION ANALYSIS HANDOUTS 1 2 FAIR PRICING There is a market for an object called S. The prevailing price today is S 0 = 100. At this price the object S can be bought or sold by anyone for any

More information

Derivatives Analysis & Valuation (Futures)

Derivatives Analysis & Valuation (Futures) 6.1 Derivatives Analysis & Valuation (Futures) LOS 1 : Introduction Study Session 6 Define Forward Contract, Future Contract. Forward Contract, In Forward Contract one party agrees to buy, and the counterparty

More information

On Arbitrage Possibilities via Linear Feedback in an Idealized Market

On Arbitrage Possibilities via Linear Feedback in an Idealized Market On Arbitrage Possibilities via Linear Feedback in an Idealized Market B. Ross Barmish University of Wisconsin barmish@engr.wisc.edu James A. Primbs Stanford University japrimbs@stanford.edu Workshop on

More information

CS 774 Project: Fall 2009 Version: November 27, 2009

CS 774 Project: Fall 2009 Version: November 27, 2009 CS 774 Project: Fall 2009 Version: November 27, 2009 Instructors: Peter Forsyth, paforsyt@uwaterloo.ca Office Hours: Tues: 4:00-5:00; Thurs: 11:00-12:00 Lectures:MWF 3:30-4:20 MC2036 Office: DC3631 CS

More information

Tests for Two Means in a Multicenter Randomized Design

Tests for Two Means in a Multicenter Randomized Design Chapter 481 Tests for Two Means in a Multicenter Randomized Design Introduction In a multicenter design with a continuous outcome, a number of centers (e.g. hospitals or clinics) are selected at random

More information

Pricing Volatility Derivatives with General Risk Functions. Alejandro Balbás University Carlos III of Madrid

Pricing Volatility Derivatives with General Risk Functions. Alejandro Balbás University Carlos III of Madrid Pricing Volatility Derivatives with General Risk Functions Alejandro Balbás University Carlos III of Madrid alejandro.balbas@uc3m.es Content Introduction. Describing volatility derivatives. Pricing and

More information

2.1 Mathematical Basis: Risk-Neutral Pricing

2.1 Mathematical Basis: Risk-Neutral Pricing Chapter Monte-Carlo Simulation.1 Mathematical Basis: Risk-Neutral Pricing Suppose that F T is the payoff at T for a European-type derivative f. Then the price at times t before T is given by f t = e r(t

More information

Randomness and Fractals

Randomness and Fractals Randomness and Fractals Why do so many physicists become traders? Gregory F. Lawler Department of Mathematics Department of Statistics University of Chicago September 25, 2011 1 / 24 Mathematics and the

More information

NOTES ON THE BANK OF ENGLAND OPTION IMPLIED PROBABILITY DENSITY FUNCTIONS

NOTES ON THE BANK OF ENGLAND OPTION IMPLIED PROBABILITY DENSITY FUNCTIONS 1 NOTES ON THE BANK OF ENGLAND OPTION IMPLIED PROBABILITY DENSITY FUNCTIONS Options are contracts used to insure against or speculate/take a view on uncertainty about the future prices of a wide range

More information

OPTION VALUATION Fall 2000

OPTION VALUATION Fall 2000 OPTION VALUATION Fall 2000 2 Essentially there are two models for pricing options a. Black Scholes Model b. Binomial option Pricing Model For equities, usual model is Black Scholes. For most bond options

More information