Stochastic Processes and Advanced Mathematical Finance. Multiperiod Binomial Tree Models

Size: px
Start display at page:

Download "Stochastic Processes and Advanced Mathematical Finance. Multiperiod Binomial Tree Models"

Transcription

1 Steven R. Dunbar Department of Mathematics 203 Avery Hall University of Nebraska-Lincoln Lincoln, NE Voice: Fax: Stochastic Processes and Advanced Mathematical Finance Multiperiod Binomial Tree Models Rating Student: contains scenes of mild algebra or calculus that may require guidance. 1

2 Section Starter Question Suppose that you owned a 3-month option, and that you tracked the value of the underlying security at the end of each month. Suppose you were forced to sell the option at the end of two months. How would you find a fair price for the option at that time? What simple modeling assumptions would you make? Key Concepts 1. A multiperiod binomial derivative model can be valued by dynamic programming computing the replicating portfolio and corresponding portfolio values back one period at a time from the claim values to the starting time. Vocabulary 1. The multiperiod binomial model for pricing derivatives of a risky security is also called the Cox-Ross-Rubenstein model or CRR model for short, after those who introduced it in

3 Mathematical Ideas The Binomial Tree model The multiperiod binomial model has N time intervals created by N + 1 trading times t 0 = 0, t 1,..., t N = T. The spacing between time intervals is t i = t i t i 1, and typically the spacing is equal, although it is not necessary. The time intervals can be any convenient time length appropriate for the model, e.g. months, days, minutes, even seconds. Later, we will take them to be relatively short compared to T. We model a limited market where a trader can buy or short-sell a risky security (for instance a stock) and lend or borrow money at a riskless rate r. For simplicity we assume r is constant over [0, T ]. This assumption of constant r is not necessary, taking r to be r i on [t i, t i 1 ] only makes calculations messier. S n denotes the price of the risky security at time t n for n = 0, 1,... N. This price changes according to the rule S n+1 = S n H n+1, 0 n N 1 where H n+1 is a Bernoulli (two-valued) random variable such that { U, with probability p H n+1 = D, with probability q = 1 p. Again for simplicity we assume U and D are constant over [0, T ]. This assumption of constant r is not necessary, for example, taking U to be U i for i = 0, 1,..., N only makes calculations messier. A binomial tree is a way to visualize the multiperiod binomial model, as in Figure 1. A pair of integers (n, j), with n = 0,... N and j = 0,..., n identifies each node in the tree. We use the convention that node (n, j) leads to nodes (n + 1, j) and (n + 1, j + 1) at the next trading time, with the up change corresponding to (n + 1, j + 1) and the down change corresponding to (n + 1, j). The index j counts the number of up changes to that time, so n j is the number of down changes. Several paths lead to node (n, j), in fact ( n j) of them. The price of the risky underlying asset at trading time tn is then SU j D n j. The probability of going from price S to price SU j D n j is ( ) n p n,j = p j (1 p) n j. j 3

4 Value SU 4 SU 3 SU 2 SU 3 D SU SU 2 D S SUD SU 2 D 2 SD SUD 2 SD 2 SUD 3 SD 3 SD 4 t 1 t 2 t 3 t 4 t Figure 1: A binomial tree. 4

5 To value a derivative with payout f(s N ), the key idea is that of dynamic programming extending the replicating portfolio and corresponding portfolio values back one period at a time from the claim values to the starting time. An example will make this clear. Consider a binomial tree on the times t 0, t 1, t 2. Assume U = 1.05, D = 0.95, and exp(r t i ) = 1.02, so the effective interest rate on each time interval is 2%. We take S 0 = 100. We value a European call option with strike price K = 100. Using the formula derived in the previous section π = = 0.7 and 1 π = 0.3. Then concentrating on the single period binomial branch in the large square box, the value of the option at node (1, 1) is $7.03 (rounded to cents). Likewise, the value of the option at node (1, 0) is $0. Then we work back one step and value a derivative with potential payouts $7.03 and $0 on the single period binomial branch at (0, 0). This uses the same arithmetic to obtain the value $4.83 (rounded to cents) at time 0. In the figure, the values of the security at each node are in the circles, the value of the option at each node is in the small box beside the circle. As another example, consider a European put on the same security. The strike price is again 100. All of the other parameters are the same. We work backward again through the tree to obtain the value at time 0 as $ In the figure, the values of the security at each node are in the circles, the value of the option at each node is in the small box beside the circle. The multiperiod binomial model for pricing derivatives of a risky security is also called the Cox-Ross-Rubenstein model or CRR model for short, after those who introduced it in Advantages and Disadvantages of the model The disadvantages of the binomial model are: 1. Trading times are not really at discrete times, trading goes on continuously. 2. Securities do not change value according to a Bernoulli (two-valued) distribution on a single time step, or a binomial distribution on multiple 5

6 Value K = t 1 t 2 t Figure 2: Pricing a European call. 6

7 Value K = t 1 t 2 t Figure 3: Pricing a European put. 7

8 time periods, they change over a range of values with a continuous distribution. 3. The calculations are tedious. 4. Developing a continuous theory will take detailed limit-taking considerations. The advantages of the model are: 1. It clearly reveals the construction of the replicating portfolio. 2. It clearly reveals that the probability distribution is not centrally involved, since expectations of outcomes aren t used to value the derivatives. 3. It is simple to calculate, although it can get tedious. 4. It reveals that we need more probability theory to get a complete understanding of path dependent probabilities of security prices. It is possible, with considerable attention to detail, to make a limiting argument and pass from the binomial tree model of Cox, Ross and Rubenstein to the Black-Scholes pricing formula. However, this approach is not the most instructive. Instead, we will back up from derivative pricing models, and consider simpler models with only risk, that is, gambling, to get a more complete understanding of stochastic processes before returning to pricing derivatives. Some caution is also needed when reading from other sources about the Cox-Ross-Rubenstein or Binomial Option Pricing Model. Many other sources derive the Binomial Option Pricing Model by discretizing the Black-Scholes Option Pricing Model. The discretization is different from building the model from scratch because the parameters have special and more restricted interpretations than the simple model. More sophisticated discretization procedures from the numerical analysis of partial differential equations also lead to additional discrete option pricing models that are hard to justify by building them from scratch. The discrete models derived from the Black-Scholes model are used for simple and rapid numerical evaluation of option prices rather than for motivation. 8

9 Sources This section is adapted from: Chapter 2, Discrete Processes in Financial Calculus by M. Baxter, A. Rennie [2] and Quantitative Modeling of Derivative Securities by M. Avellaneda and P. Laurence [1]. Algorithms, Scripts, Simulations Algorithm Comment Post: Set up and solve for the value of the European call option in a two period binomial model. Comment Post: Output the derivative security value. 1 Set values of S, U, D, r, T, and K. 2 Define the derivative security payoff function. (European call option) 3 Define the risk neutral measure π 4 Solve for derivative values at (1, 1) and (1, 0) with the risk neutral measure formula 5 Solve for the derivative value with the risk neutral measure formula linear solver 6 Print the derivative value Scripts Scripts R R script for multiperiod S < 100 factorup < 1.05 factordown < 0.95 B < 1 effr < 1.02 d e l t a t i < 1 9

10 K < 100 f < function ( x, s t r i k e ) { # European c a l l option max( x s t r i k e, 0) } riskneutralmeas < function ( fup, fdown, exprdt ) { # r i s k n e u t r a l measure pi ( exprdt fdown )/( fup fdown ) } pirnm < riskneutralmeas ( factorup, factordown, effr ) v11 < (1/ effr ) (pirnm f (S factorup factorup, K) + (1 pirn factordown, K) ) v10 < (1/ effr ) (pirnm f (S factorup factordown, K) + (1 pi factordown factordown, K) ) value < (1/ effr ) (pirnm v11 + (1 pirnm) v10 ) cat ( value :, value, \n ) Octave Octave script for multiperiod S = 100; factorup = ; factordown = ; B = 1 ; effr = ; # effr = exp ( r d e l t a t i ) d e l t a t i = 1 ; K = 100; function r e t v a l = f ( x, s t r i k e ) # European c a l l option r e t v a l = max( x s t r i k e, 0 ) ; endfunction function r e t v a l = riskneutralmeas ( fup, fdown, exprdt ) 10

11 r e t v a l = ( exprdt fdown ) / ( fup fdown ) ; #r i s k n e u t r a l measure p i endfunction pirnm = riskneutralmeas ( factorup, factordown, effr ) ; v11 = (1 / effr ) (pirnm f ( S factorup factorup, K) + (1 pirnm) f ( S factorup factordown, K) ) ; v10 = (1 / effr ) (pirnm f ( S factorup factordown, K) + ( 1 pirnm) f ( S factordown factordown, K) ) ; value = (1 / effr ) (pirnm v11 + (1 pirnm) v10 ) ; disp ( d e r i v a t i v e value : ), value Perl Perl PDL script for multiperiod use PDL : : N i c e S l i c e ; $S = 100; $factorup = ; $factordown = ; $B = 1 ; $effr = ; # effr = exp ( r d e l t a t i ) $ d e l t a t i = 1 ; $K = 100; sub f { # European c a l l option my ( $x, $ s t r i k e ) ; return max( pdl [ $x $ s t r i k e, 0 ] ) ; } sub riskneutralmeas { my ( $fup, $fdown, $exprdt ) ; return ( $exprdt $fdown ) / ( $fup $fdown ) ; #r i s k n e u t r a l measure pi } $pirnm = riskneutralmeas ( $factorup, $factordown, $effr ) ; 11

12 $v11 = ( 1 / $effr ) ( $pirnm f ( $S $factorup $factorup, $K ) + ( 1 $pirnm ) f ( $S $factorup $factordown, $K ) ) ; $v10 = ( 1 / $effr ) ( $pirnm f ( $S $factorup $factordown, $K ) + ( 1 $pirnm ) f ( $S $factordown $factordown, $K ) $value = ( 1 / $effr ) ( $pirnm $v11 + ( 1 $pirnm ) $v10 ) ; print value :, $value, \n ; SciPy Scientific Python script for multiperiod import scipy S = 100 factorup = 1.05 factordown = 0.95 B = 1 effr = 1.02 effr = exp(r*delta t i )deltati = 1K = 100 def f(x, strike): European call option return max(x - strike, 0) def riskneutralmeas(fup, fdown, exprdt): return (exprdt - fdown) / (fup - fdown) risk neutral measure pi pirnm = riskneutralmeas(factorup, factordown, effr) v11 = 1 / effr * (pirnm * f(s * factorup * factorup, K) + (1 - pirnm) * f(s * factorup * factordown, K)) v10 = 1 / effr * (pirnm * f(s * factorup * factordown, K) + (1 - pirnm) * f(s * factordown * factordown, K)) value = 1 / effr * (pirnm * v11 + (1 - pirnm) * v10) print value:, value, 12

13 Problems to Work for Understanding 1. Consider a two-time-stage example. Each time stage is a year. A stock starts at 50. In each year, the stock can go up by 10% or down by 3%. The continuously compounded interest rate on a $1 bond is constant at 6% each year. Find the price of a call option with exercise price 50, with exercise date at the end of the second year. Also, find the replicating portfolio at each node. 2. Consider a three-time-stage example. The first time interval is a month, then the second time interval is two months, finally, the third time interval is a month again. A stock starts at 50. In the first interval, the stock can go up by 10% or down by 3%, in the second interval the stock can go up by 5% or down by 5%, finally in the third time interval, the stock can go up by 6% or down by 3%. The continuously compounded interest rate on a $1 bond is 2% in the fist period, 3% in the second period, and 4% in the third period. Find the price of a call option with exercise price 50, with exercise date at the end of the 4 months. Also, find the replicating portfolio at each node. 3. A European cash-or-nothing binary option pays a fixed amount of money if it expires with the underlying stock value above the strike price. The binary option pays nothing if it expires with the underlying stock value equal to or less than the strike price. A stock currently has price $100 and goes up or down by 20% in each time period. What is the value of such a cash-or-nothing binary option with payoff $100 at expiration 2 time units in the future and strike price $100? Assume a simple interest rate of 10% in each time period. 4. A long strangle option pays max(k 1 S, 0, S K 2 ) if it expires when the underlying stock value is S. The parameters K 1 and K 2 are the lower strike price and the upper strike price, and K 1 < K 2. A stock currently has price $100 and goes up or down by 20% in each time period. What is the value of such a long strangle option with lower strike 90 and upper strike 110 at expiration 2 time units in the future? Assume a simple interest rate of 10% in each time period. 5. A long straddle option pays S K if it expires when the underlying stock value is S. The option is a portfolio composed of a call and a 13

14 put on the same security with K as the strike price for both. A stock currently has price $100 and goes up or down by 10% in each time period. What is the value of such a long straddle option with strike price K = 110 at expiration 2 time units in the future? Assume a simple interest rate of 5% in each time period. Reading Suggestion: References [1] Marco Allavenada and Peter Laurence. Quantitative Modeling of Derivative Securities. Chapman and Hall, HG 6024 A3A [2] M. Baxter and A. Rennie. Financial Calculus: An introduction to derivative pricing. Cambridge University Press, HG 6024 A2W554. [3] S. Benninga and Z. Wiener. The binomial option pricing model. Mathematical in Education and Research, 6(3):27 33, [4] Freddy Delbaen and Walter Schachermayer. What is a... free lunch. Notices of the American Mathematical Society, 51(5), [5] Paul Wilmott, S. Howison, and J. Dewynne. The Mathematics of Financial Derivatives. Cambridge University Press,

15 Outside Readings and Links: 1. Peter Hoadley, Options Strategy Analysis Tools. A useful link on basics of the Black Scholes option pricing model. It contains terminology, calculator, animated graphs, and Excel addins (a free trial version) for making a spreadsheet model. Submitted by Yogesh Makkar, September 9,2003. I check all the information on each page for correctness and typographical errors. Nevertheless, some errors may occur and I would be grateful if you would alert me to such errors. I make every reasonable effort to present current and accurate information for public use, however I do not guarantee the accuracy or timeliness of information on this website. Your use of the information from this website is strictly voluntary and at your risk. I have checked the links to external sites for usefulness. Links to external websites are provided as a convenience. I do not endorse, control, monitor, or guarantee the information contained in any external website. I don t guarantee that the links are active at all times. Use the links here with the same caution as you would all information on the Internet. This website reflects the thoughts, interests and opinions of its author. They do not explicitly represent official positions or policies of my employer. Information on this website is subject to change without notice. Steve Dunbar s Home Page, to Steve Dunbar, sdunbar1 at unl dot edu Last modified: Processed from L A TEX source on December 23,

Stochastic Processes and Advanced Mathematical Finance. The Definition of Brownian Motion and the Wiener Process

Stochastic Processes and Advanced Mathematical Finance. The Definition of Brownian Motion and the Wiener Process Steven R. Dunbar Department of Mathematics 203 Avery Hall University of Nebraska-Lincoln Lincoln, NE 68588-0130 http://www.math.unl.edu Voice: 402-472-3731 Fax: 402-472-8466 Stochastic Processes and Advanced

More information

Stochastic Processes and Advanced Mathematical Finance. Solution of the Black-Scholes Equation

Stochastic Processes and Advanced Mathematical Finance. Solution of the Black-Scholes Equation Steven R. Dunbar Department of Mathematics 03 Avery Hall University of Nebraska-Lincoln Lincoln, NE 68588-0130 http://www.math.unl.edu Voice: 40-47-3731 Fax: 40-47-8466 Stochastic Processes and Advanced

More information

CS 522 Computational Tools and Methods in Finance Robert Jarrow Lecture 1: Equity Options

CS 522 Computational Tools and Methods in Finance Robert Jarrow Lecture 1: Equity Options CS 5 Computational Tools and Methods in Finance Robert Jarrow Lecture 1: Equity Options 1. Definitions Equity. The common stock of a corporation. Traded on organized exchanges (NYSE, AMEX, NASDAQ). A common

More information

Stochastic Processes and Advanced Mathematical Finance. Duration of the Gambler s Ruin

Stochastic Processes and Advanced Mathematical Finance. Duration of the Gambler s Ruin Steven R. Dunbar Department of Mathematics 203 Avery Hall University of Nebraska-Lincoln Lincoln, NE 68588-0130 http://www.math.unl.edu Voice: 402-472-3731 Fax: 402-472-8466 Stochastic Processes and Advanced

More information

Research on Option Trading Strategies

Research on Option Trading Strategies Research on Option Trading Strategies An Interactive Qualifying Project Report: Submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE In partial fulfillment of the requirements for the Degree

More information

The Binomial Option Pricing Model André Farber

The Binomial Option Pricing Model André Farber 1 Solvay Business School Université Libre de Bruxelles The Binomial Option Pricing Model André Farber January 2002 Consider a non-dividend paying stock whose price is initially S 0. Divide time into small

More information

Option pricing. Vinod Kothari

Option pricing. Vinod Kothari Option pricing Vinod Kothari Notation we use this Chapter will be as follows: S o : Price of the share at time 0 S T : Price of the share at time T T : time to maturity of the option r : risk free rate

More information

BINOMIAL OPTION PRICING

BINOMIAL OPTION PRICING Darden Graduate School of Business Administration University of Virginia BINOMIAL OPTION PRICING Binomial option pricing is a simple but powerful technique that can be used to solve many complex option-pricing

More information

Stochastic Processes and Advanced Mathematical Finance. Ruin Probabilities

Stochastic Processes and Advanced Mathematical Finance. Ruin Probabilities Steven R. Dunbar Department of Mathematics 203 Avery Hall University of Nebraska-Lincoln Lincoln, NE 68588-0130 http://www.math.unl.edu Voice: 402-472-3731 Fax: 402-472-8466 Stochastic Processes and Advanced

More information

American and European. Put Option

American and European. Put Option American and European Put Option Analytical Finance I Kinda Sumlaji 1 Table of Contents: 1. Introduction... 3 2. Option Style... 4 3. Put Option 4 3.1 Definition 4 3.2 Payoff at Maturity... 4 3.3 Example

More information

Lecture 21 Options Pricing

Lecture 21 Options Pricing Lecture 21 Options Pricing Readings BM, chapter 20 Reader, Lecture 21 M. Spiegel and R. Stanton, 2000 1 Outline Last lecture: Examples of options Derivatives and risk (mis)management Replication and Put-call

More information

Hedging Illiquid FX Options: An Empirical Analysis of Alternative Hedging Strategies

Hedging Illiquid FX Options: An Empirical Analysis of Alternative Hedging Strategies Hedging Illiquid FX Options: An Empirical Analysis of Alternative Hedging Strategies Drazen Pesjak Supervised by A.A. Tsvetkov 1, D. Posthuma 2 and S.A. Borovkova 3 MSc. Thesis Finance HONOURS TRACK Quantitative

More information

BINOMIAL OPTIONS PRICING MODEL. Mark Ioffe. Abstract

BINOMIAL OPTIONS PRICING MODEL. Mark Ioffe. Abstract BINOMIAL OPTIONS PRICING MODEL Mark Ioffe Abstract Binomial option pricing model is a widespread numerical method of calculating price of American options. In terms of applied mathematics this is simple

More information

Lecture 11. Sergei Fedotov. 20912 - Introduction to Financial Mathematics. Sergei Fedotov (University of Manchester) 20912 2010 1 / 7

Lecture 11. Sergei Fedotov. 20912 - Introduction to Financial Mathematics. Sergei Fedotov (University of Manchester) 20912 2010 1 / 7 Lecture 11 Sergei Fedotov 20912 - Introduction to Financial Mathematics Sergei Fedotov (University of Manchester) 20912 2010 1 / 7 Lecture 11 1 American Put Option Pricing on Binomial Tree 2 Replicating

More information

Consider a European call option maturing at time T

Consider a European call option maturing at time T Lecture 10: Multi-period Model Options Black-Scholes-Merton model Prof. Markus K. Brunnermeier 1 Binomial Option Pricing Consider a European call option maturing at time T with ihstrike K: C T =max(s T

More information

Two-State Option Pricing

Two-State Option Pricing Rendleman and Bartter [1] present a simple two-state model of option pricing. The states of the world evolve like the branches of a tree. Given the current state, there are two possible states next period.

More information

Pricing Options: Pricing Options: The Binomial Way FINC 456. The important slide. Pricing options really boils down to three key concepts

Pricing Options: Pricing Options: The Binomial Way FINC 456. The important slide. Pricing options really boils down to three key concepts Pricing Options: The Binomial Way FINC 456 Pricing Options: The important slide Pricing options really boils down to three key concepts Two portfolios that have the same payoff cost the same. Why? A perfectly

More information

Lecture 12: The Black-Scholes Model Steven Skiena. http://www.cs.sunysb.edu/ skiena

Lecture 12: The Black-Scholes Model Steven Skiena. http://www.cs.sunysb.edu/ skiena Lecture 12: The Black-Scholes Model Steven Skiena Department of Computer Science State University of New York Stony Brook, NY 11794 4400 http://www.cs.sunysb.edu/ skiena The Black-Scholes-Merton Model

More information

Institutional Finance 08: Dynamic Arbitrage to Replicate Non-linear Payoffs. Binomial Option Pricing: Basics (Chapter 10 of McDonald)

Institutional Finance 08: Dynamic Arbitrage to Replicate Non-linear Payoffs. Binomial Option Pricing: Basics (Chapter 10 of McDonald) Copyright 2003 Pearson Education, Inc. Slide 08-1 Institutional Finance 08: Dynamic Arbitrage to Replicate Non-linear Payoffs Binomial Option Pricing: Basics (Chapter 10 of McDonald) Originally prepared

More information

OPTIONS and FUTURES Lecture 2: Binomial Option Pricing and Call Options

OPTIONS and FUTURES Lecture 2: Binomial Option Pricing and Call Options OPTIONS and FUTURES Lecture 2: Binomial Option Pricing and Call Options Philip H. Dybvig Washington University in Saint Louis binomial model replicating portfolio single period artificial (risk-neutral)

More information

UCLA Anderson School of Management Daniel Andrei, Derivative Markets 237D, Winter 2014. MFE Midterm. February 2014. Date:

UCLA Anderson School of Management Daniel Andrei, Derivative Markets 237D, Winter 2014. MFE Midterm. February 2014. Date: UCLA Anderson School of Management Daniel Andrei, Derivative Markets 237D, Winter 2014 MFE Midterm February 2014 Date: Your Name: Your Equiz.me email address: Your Signature: 1 This exam is open book,

More information

Lecture 4: Derivatives

Lecture 4: Derivatives Lecture 4: Derivatives School of Mathematics Introduction to Financial Mathematics, 2015 Lecture 4 1 Financial Derivatives 2 uropean Call and Put Options 3 Payoff Diagrams, Short Selling and Profit Derivatives

More information

Finite Differences Schemes for Pricing of European and American Options

Finite Differences Schemes for Pricing of European and American Options Finite Differences Schemes for Pricing of European and American Options Margarida Mirador Fernandes IST Technical University of Lisbon Lisbon, Portugal November 009 Abstract Starting with the Black-Scholes

More information

Binomial lattice model for stock prices

Binomial lattice model for stock prices Copyright c 2007 by Karl Sigman Binomial lattice model for stock prices Here we model the price of a stock in discrete time by a Markov chain of the recursive form S n+ S n Y n+, n 0, where the {Y i }

More information

Call Price as a Function of the Stock Price

Call Price as a Function of the Stock Price Call Price as a Function of the Stock Price Intuitively, the call price should be an increasing function of the stock price. This relationship allows one to develop a theory of option pricing, derived

More information

Convenient Conventions

Convenient Conventions C: call value. P : put value. X: strike price. S: stock price. D: dividend. Convenient Conventions c 2015 Prof. Yuh-Dauh Lyuu, National Taiwan University Page 168 Payoff, Mathematically Speaking The payoff

More information

Numerical Methods for Option Pricing

Numerical Methods for Option Pricing Chapter 9 Numerical Methods for Option Pricing Equation (8.26) provides a way to evaluate option prices. For some simple options, such as the European call and put options, one can integrate (8.26) directly

More information

Introduction to Options. Derivatives

Introduction to Options. Derivatives Introduction to Options Econ 422: Investment, Capital & Finance University of Washington Summer 2010 August 18, 2010 Derivatives A derivative is a security whose payoff or value depends on (is derived

More information

Options pricing in discrete systems

Options pricing in discrete systems UNIVERZA V LJUBLJANI, FAKULTETA ZA MATEMATIKO IN FIZIKO Options pricing in discrete systems Seminar II Mentor: prof. Dr. Mihael Perman Author: Gorazd Gotovac //2008 Abstract This paper is a basic introduction

More information

Option Valuation. Chapter 21

Option Valuation. Chapter 21 Option Valuation Chapter 21 Intrinsic and Time Value intrinsic value of in-the-money options = the payoff that could be obtained from the immediate exercise of the option for a call option: stock price

More information

The Black-Scholes Formula

The Black-Scholes Formula FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 The Black-Scholes Formula These notes examine the Black-Scholes formula for European options. The Black-Scholes formula are complex as they are based on the

More information

On Black-Scholes Equation, Black- Scholes Formula and Binary Option Price

On Black-Scholes Equation, Black- Scholes Formula and Binary Option Price On Black-Scholes Equation, Black- Scholes Formula and Binary Option Price Abstract: Chi Gao 12/15/2013 I. Black-Scholes Equation is derived using two methods: (1) risk-neutral measure; (2) - hedge. II.

More information

Chapter 11 Options. Main Issues. Introduction to Options. Use of Options. Properties of Option Prices. Valuation Models of Options.

Chapter 11 Options. Main Issues. Introduction to Options. Use of Options. Properties of Option Prices. Valuation Models of Options. Chapter 11 Options Road Map Part A Introduction to finance. Part B Valuation of assets, given discount rates. Part C Determination of risk-adjusted discount rate. Part D Introduction to derivatives. Forwards

More information

Option Basics. c 2012 Prof. Yuh-Dauh Lyuu, National Taiwan University Page 153

Option Basics. c 2012 Prof. Yuh-Dauh Lyuu, National Taiwan University Page 153 Option Basics c 2012 Prof. Yuh-Dauh Lyuu, National Taiwan University Page 153 The shift toward options as the center of gravity of finance [... ] Merton H. Miller (1923 2000) c 2012 Prof. Yuh-Dauh Lyuu,

More information

Hedging. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Hedging

Hedging. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Hedging Hedging An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2010 Introduction Definition Hedging is the practice of making a portfolio of investments less sensitive to changes in

More information

How To Price A Call Option

How To Price A Call Option Now by Itô s formula But Mu f and u g in Ū. Hence τ θ u(x) =E( Mu(X) ds + u(x(τ θ))) 0 τ θ u(x) E( f(x) ds + g(x(τ θ))) = J x (θ). 0 But since u(x) =J x (θ ), we consequently have u(x) =J x (θ ) = min

More information

DERIVATIVE SECURITIES Lecture 2: Binomial Option Pricing and Call Options

DERIVATIVE SECURITIES Lecture 2: Binomial Option Pricing and Call Options DERIVATIVE SECURITIES Lecture 2: Binomial Option Pricing and Call Options Philip H. Dybvig Washington University in Saint Louis review of pricing formulas assets versus futures practical issues call options

More information

Parallel Computing for Option Pricing Based on the Backward Stochastic Differential Equation

Parallel Computing for Option Pricing Based on the Backward Stochastic Differential Equation Parallel Computing for Option Pricing Based on the Backward Stochastic Differential Equation Ying Peng, Bin Gong, Hui Liu, and Yanxin Zhang School of Computer Science and Technology, Shandong University,

More information

10 Binomial Trees. 10.1 One-step model. 1. Model structure. ECG590I Asset Pricing. Lecture 10: Binomial Trees 1

10 Binomial Trees. 10.1 One-step model. 1. Model structure. ECG590I Asset Pricing. Lecture 10: Binomial Trees 1 ECG590I Asset Pricing. Lecture 10: Binomial Trees 1 10 Binomial Trees 10.1 One-step model 1. Model structure ECG590I Asset Pricing. Lecture 10: Binomial Trees 2 There is only one time interval (t 0, t

More information

A Genetic Algorithm to Price an European Put Option Using the Geometric Mean Reverting Model

A Genetic Algorithm to Price an European Put Option Using the Geometric Mean Reverting Model Applied Mathematical Sciences, vol 8, 14, no 143, 715-7135 HIKARI Ltd, wwwm-hikaricom http://dxdoiorg/11988/ams144644 A Genetic Algorithm to Price an European Put Option Using the Geometric Mean Reverting

More information

From Binomial Trees to the Black-Scholes Option Pricing Formulas

From Binomial Trees to the Black-Scholes Option Pricing Formulas Lecture 4 From Binomial Trees to the Black-Scholes Option Pricing Formulas In this lecture, we will extend the example in Lecture 2 to a general setting of binomial trees, as an important model for a single

More information

Pricing American Options on Leveraged Exchange. Traded Funds in the Binomial Pricing Model

Pricing American Options on Leveraged Exchange. Traded Funds in the Binomial Pricing Model Pricing American Options on Leveraged Exchange Traded Funds in the Binomial Pricing Model By Diana Holmes Wolf A Project Report Submitted to the Faculty of the WORCESTER POLYTECHNIC INSTITUTE In partial

More information

Lectures. Sergei Fedotov. 20912 - Introduction to Financial Mathematics. No tutorials in the first week

Lectures. Sergei Fedotov. 20912 - Introduction to Financial Mathematics. No tutorials in the first week Lectures Sergei Fedotov 20912 - Introduction to Financial Mathematics No tutorials in the first week Sergei Fedotov (University of Manchester) 20912 2010 1 / 1 Lecture 1 1 Introduction Elementary economics

More information

Financial Options: Pricing and Hedging

Financial Options: Pricing and Hedging Financial Options: Pricing and Hedging Diagrams Debt Equity Value of Firm s Assets T Value of Firm s Assets T Valuation of distressed debt and equity-linked securities requires an understanding of financial

More information

The Discrete Binomial Model for Option Pricing

The Discrete Binomial Model for Option Pricing The Discrete Binomial Model for Option Pricing Rebecca Stockbridge Program in Applied Mathematics University of Arizona May 4, 2008 Abstract This paper introduces the notion of option pricing in the context

More information

1 The Black-Scholes model: extensions and hedging

1 The Black-Scholes model: extensions and hedging 1 The Black-Scholes model: extensions and hedging 1.1 Dividends Since we are now in a continuous time framework the dividend paid out at time t (or t ) is given by dd t = D t D t, where as before D denotes

More information

A Simulation-Based lntroduction Using Excel

A Simulation-Based lntroduction Using Excel Quantitative Finance A Simulation-Based lntroduction Using Excel Matt Davison University of Western Ontario London, Canada CRC Press Taylor & Francis Croup Boca Raton London New York CRC Press is an imprint

More information

Black-Scholes Option Pricing Model

Black-Scholes Option Pricing Model Black-Scholes Option Pricing Model Nathan Coelen June 6, 22 1 Introduction Finance is one of the most rapidly changing and fastest growing areas in the corporate business world. Because of this rapid change,

More information

The Intuition Behind Option Valuation: A Teaching Note

The Intuition Behind Option Valuation: A Teaching Note The Intuition Behind Option Valuation: A Teaching Note Thomas Grossman Haskayne School of Business University of Calgary Steve Powell Tuck School of Business Dartmouth College Kent L Womack Tuck School

More information

1 Introduction to Option Pricing

1 Introduction to Option Pricing ESTM 60202: Financial Mathematics Alex Himonas 03 Lecture Notes 1 October 7, 2009 1 Introduction to Option Pricing We begin by defining the needed finance terms. Stock is a certificate of ownership of

More information

Return to Risk Limited website: www.risklimited.com. Overview of Options An Introduction

Return to Risk Limited website: www.risklimited.com. Overview of Options An Introduction Return to Risk Limited website: www.risklimited.com Overview of Options An Introduction Options Definition The right, but not the obligation, to enter into a transaction [buy or sell] at a pre-agreed price,

More information

Buy a number of shares,, and invest B in bonds. Outlay for portfolio today is S + B. Tree shows possible values one period later.

Buy a number of shares,, and invest B in bonds. Outlay for portfolio today is S + B. Tree shows possible values one period later. Replicating portfolios Buy a number of shares,, and invest B in bonds. Outlay for portfolio today is S + B. Tree shows possible values one period later. S + B p 1 p us + e r B ds + e r B Choose, B so that

More information

A Comparison of Option Pricing Models

A Comparison of Option Pricing Models A Comparison of Option Pricing Models Ekrem Kilic 11.01.2005 Abstract Modeling a nonlinear pay o generating instrument is a challenging work. The models that are commonly used for pricing derivative might

More information

第 9 讲 : 股 票 期 权 定 价 : B-S 模 型 Valuing Stock Options: The Black-Scholes Model

第 9 讲 : 股 票 期 权 定 价 : B-S 模 型 Valuing Stock Options: The Black-Scholes Model 1 第 9 讲 : 股 票 期 权 定 价 : B-S 模 型 Valuing Stock Options: The Black-Scholes Model Outline 有 关 股 价 的 假 设 The B-S Model 隐 性 波 动 性 Implied Volatility 红 利 与 期 权 定 价 Dividends and Option Pricing 美 式 期 权 定 价 American

More information

An Introduction to Modeling Stock Price Returns With a View Towards Option Pricing

An Introduction to Modeling Stock Price Returns With a View Towards Option Pricing An Introduction to Modeling Stock Price Returns With a View Towards Option Pricing Kyle Chauvin August 21, 2006 This work is the product of a summer research project at the University of Kansas, conducted

More information

Introduction to Financial Models for Management and Planning

Introduction to Financial Models for Management and Planning CHAPMAN &HALL/CRC FINANCE SERIES Introduction to Financial Models for Management and Planning James R. Morris University of Colorado, Denver U. S. A. John P. Daley University of Colorado, Denver U. S.

More information

Introduction to Binomial Trees

Introduction to Binomial Trees 11 C H A P T E R Introduction to Binomial Trees A useful and very popular technique for pricing an option involves constructing a binomial tree. This is a diagram that represents di erent possible paths

More information

CHAPTER 5 OPTION PRICING THEORY AND MODELS

CHAPTER 5 OPTION PRICING THEORY AND MODELS 1 CHAPTER 5 OPTION PRICING THEORY AND MODELS In general, the value of any asset is the present value of the expected cash flows on that asset. In this section, we will consider an exception to that rule

More information

One Period Binomial Model

One Period Binomial Model FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 One Period Binomial Model These notes consider the one period binomial model to exactly price an option. We will consider three different methods of pricing

More information

S 1 S 2. Options and Other Derivatives

S 1 S 2. Options and Other Derivatives Options and Other Derivatives The One-Period Model The previous chapter introduced the following two methods: Replicate the option payoffs with known securities, and calculate the price of the replicating

More information

Lecture 12. Options Strategies

Lecture 12. Options Strategies Lecture 12. Options Strategies Introduction to Options Strategies Options, Futures, Derivatives 10/15/07 back to start 1 Solutions Problem 6:23: Assume that a bank can borrow or lend money at the same

More information

An Introduction to Exotic Options

An Introduction to Exotic Options An Introduction to Exotic Options Jeff Casey Jeff Casey is entering his final semester of undergraduate studies at Ball State University. He is majoring in Financial Mathematics and has been a math tutor

More information

Moreover, under the risk neutral measure, it must be the case that (5) r t = µ t.

Moreover, under the risk neutral measure, it must be the case that (5) r t = µ t. LECTURE 7: BLACK SCHOLES THEORY 1. Introduction: The Black Scholes Model In 1973 Fisher Black and Myron Scholes ushered in the modern era of derivative securities with a seminal paper 1 on the pricing

More information

STCE. Fast Delta-Estimates for American Options by Adjoint Algorithmic Differentiation

STCE. Fast Delta-Estimates for American Options by Adjoint Algorithmic Differentiation Fast Delta-Estimates for American Options by Adjoint Algorithmic Differentiation Jens Deussen Software and Tools for Computational Engineering RWTH Aachen University 18 th European Workshop on Automatic

More information

The Greeks Vega. Outline: Explanation of the greeks. Using greeks for short term prediction. How to find vega. Factors influencing vega.

The Greeks Vega. Outline: Explanation of the greeks. Using greeks for short term prediction. How to find vega. Factors influencing vega. The Greeks Vega 1 1 The Greeks Vega Outline: Explanation of the greeks. Using greeks for short term prediction. How to find vega. Factors influencing vega. 2 Outline continued: Using greeks to shield your

More information

Fundamentals of Futures and Options (a summary)

Fundamentals of Futures and Options (a summary) Fundamentals of Futures and Options (a summary) Roger G. Clarke, Harindra de Silva, CFA, and Steven Thorley, CFA Published 2013 by the Research Foundation of CFA Institute Summary prepared by Roger G.

More information

How To Value Options In Black-Scholes Model

How To Value Options In Black-Scholes Model Option Pricing Basics Aswath Damodaran Aswath Damodaran 1 What is an option? An option provides the holder with the right to buy or sell a specified quantity of an underlying asset at a fixed price (called

More information

7: The CRR Market Model

7: The CRR Market Model Ben Goldys and Marek Rutkowski School of Mathematics and Statistics University of Sydney MATH3075/3975 Financial Mathematics Semester 2, 2015 Outline We will examine the following issues: 1 The Cox-Ross-Rubinstein

More information

Black Scholes Merton Approach To Modelling Financial Derivatives Prices Tomas Sinkariovas 0802869. Words: 3441

Black Scholes Merton Approach To Modelling Financial Derivatives Prices Tomas Sinkariovas 0802869. Words: 3441 Black Scholes Merton Approach To Modelling Financial Derivatives Prices Tomas Sinkariovas 0802869 Words: 3441 1 1. Introduction In this paper I present Black, Scholes (1973) and Merton (1973) (BSM) general

More information

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

Lecture 6: Option Pricing Using a One-step Binomial Tree. Friday, September 14, 12 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

Manual for SOA Exam FM/CAS Exam 2.

Manual for SOA Exam FM/CAS Exam 2. Manual for SOA Exam FM/CAS Exam 2. Chapter 7. Derivatives markets. c 2009. Miguel A. Arcones. All rights reserved. Extract from: Arcones Manual for the SOA Exam FM/CAS Exam 2, Financial Mathematics. Fall

More information

Caput Derivatives: October 30, 2003

Caput Derivatives: October 30, 2003 Caput Derivatives: October 30, 2003 Exam + Answers Total time: 2 hours and 30 minutes. Note 1: You are allowed to use books, course notes, and a calculator. Question 1. [20 points] Consider an investor

More information

The Promise and Peril of Real Options

The Promise and Peril of Real Options 1 The Promise and Peril of Real Options Aswath Damodaran Stern School of Business 44 West Fourth Street New York, NY 10012 adamodar@stern.nyu.edu 2 Abstract In recent years, practitioners and academics

More information

Valuing equity-based payments

Valuing equity-based payments E Valuing equity-based payments Executive remuneration packages generally comprise many components. While it is relatively easy to identify how much will be paid in a base salary a fixed dollar amount

More information

where N is the standard normal distribution function,

where N is the standard normal distribution function, The Black-Scholes-Merton formula (Hull 13.5 13.8) Assume S t is a geometric Brownian motion w/drift. Want market value at t = 0 of call option. European call option with expiration at time T. Payout at

More information

ONE PERIOD MODELS t = TIME = 0 or 1

ONE PERIOD MODELS t = TIME = 0 or 1 BASIC INSTRUMENTS: * S t : STOCK * B t : RISKLESS BOND ONE PERIOD MODELS t = TIME = 0 or 1 B 0 = 1 B 1 = 1 + r or e r * FORWARD CONTRACT: AGREEMENT TO SWAP $$ FOR STOCK - AGREEMENT TIME: t = 0 - AGREEMENT

More information

QUANTIZED INTEREST RATE AT THE MONEY FOR AMERICAN OPTIONS

QUANTIZED INTEREST RATE AT THE MONEY FOR AMERICAN OPTIONS QUANTIZED INTEREST RATE AT THE MONEY FOR AMERICAN OPTIONS L. M. Dieng ( Department of Physics, CUNY/BCC, New York, New York) Abstract: In this work, we expand the idea of Samuelson[3] and Shepp[,5,6] for

More information

Mathematical Finance

Mathematical Finance Mathematical Finance Option Pricing under the Risk-Neutral Measure Cory Barnes Department of Mathematics University of Washington June 11, 2013 Outline 1 Probability Background 2 Black Scholes for European

More information

Jorge Cruz Lopez - Bus 316: Derivative Securities. Week 11. The Black-Scholes Model: Hull, Ch. 13.

Jorge Cruz Lopez - Bus 316: Derivative Securities. Week 11. The Black-Scholes Model: Hull, Ch. 13. Week 11 The Black-Scholes Model: Hull, Ch. 13. 1 The Black-Scholes Model Objective: To show how the Black-Scholes formula is derived and how it can be used to value options. 2 The Black-Scholes Model 1.

More information

Monte Carlo Simulation

Monte Carlo Simulation Monte Carlo Simulation Palisade User Conference 2007 Real Options Analysis Dr. Colin Beardsley, Managing Director Risk-Return Solutions Pty Limited www.riskreturnsolutions.com The Plot Today We will review

More information

FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008

FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 Options These notes consider the way put and call options and the underlying can be combined to create hedges, spreads and combinations. We will consider the

More information

Lecture 4: Properties of stock options

Lecture 4: Properties of stock options Lecture 4: Properties of stock options Reading: J.C.Hull, Chapter 9 An European call option is an agreement between two parties giving the holder the right to buy a certain asset (e.g. one stock unit)

More information

NN-OPT: Neural Network for Option Pricing Using Multinomial Tree

NN-OPT: Neural Network for Option Pricing Using Multinomial Tree NN-OPT: Neural Network for Option Pricing Using Multinomial Tree Hung-Ching (Justin) Chen and Malik Magdon-Ismail Rensselaer Polytechnic Institute, Dept. of Computer Science, Troy, NY 12180, USA {chenh3,

More information

Example 1. Consider the following two portfolios: 2. Buy one c(s(t), 20, τ, r) and sell one c(s(t), 10, τ, r).

Example 1. Consider the following two portfolios: 2. Buy one c(s(t), 20, τ, r) and sell one c(s(t), 10, τ, r). Chapter 4 Put-Call Parity 1 Bull and Bear Financial analysts use words such as bull and bear to describe the trend in stock markets. Generally speaking, a bull market is characterized by rising prices.

More information

Session X: Lecturer: Dr. Jose Olmo. Module: Economics of Financial Markets. MSc. Financial Economics. Department of Economics, City University, London

Session X: Lecturer: Dr. Jose Olmo. Module: Economics of Financial Markets. MSc. Financial Economics. Department of Economics, City University, London Session X: Options: Hedging, Insurance and Trading Strategies Lecturer: Dr. Jose Olmo Module: Economics of Financial Markets MSc. Financial Economics Department of Economics, City University, London Option

More information

Chapter 8 Financial Options and Applications in Corporate Finance ANSWERS TO END-OF-CHAPTER QUESTIONS

Chapter 8 Financial Options and Applications in Corporate Finance ANSWERS TO END-OF-CHAPTER QUESTIONS Chapter 8 Financial Options and Applications in Corporate Finance ANSWERS TO END-OF-CHAPTER QUESTIONS 8-1 a. An option is a contract which gives its holder the right to buy or sell an asset at some predetermined

More information

Chapter 21 Valuing Options

Chapter 21 Valuing Options Chapter 21 Valuing Options Multiple Choice Questions 1. Relative to the underlying stock, a call option always has: A) A higher beta and a higher standard deviation of return B) A lower beta and a higher

More information

Other variables as arguments besides S. Want those other variables to be observables.

Other variables as arguments besides S. Want those other variables to be observables. Valuation of options before expiration Need to distinguish between American and European options. Consider European options with time t until expiration. Value now of receiving c T at expiration? (Value

More information

15.401 Finance Theory

15.401 Finance Theory Finance Theory MIT Sloan MBA Program Andrew W. Lo Harris & Harris Group Professor, MIT Sloan School Lectures 10 11 11: : Options Critical Concepts Motivation Payoff Diagrams Payoff Tables Option Strategies

More information

Simplified Option Selection Method

Simplified Option Selection Method Simplified Option Selection Method Geoffrey VanderPal Webster University Thailand Options traders and investors utilize methods to price and select call and put options. The models and tools range from

More information

Lecture 3: Put Options and Distribution-Free Results

Lecture 3: Put Options and Distribution-Free Results OPTIONS and FUTURES Lecture 3: Put Options and Distribution-Free Results Philip H. Dybvig Washington University in Saint Louis put options binomial valuation what are distribution-free results? option

More information

Understanding N(d 1 ) and N(d 2 ): Risk-Adjusted Probabilities in the Black-Scholes Model 1

Understanding N(d 1 ) and N(d 2 ): Risk-Adjusted Probabilities in the Black-Scholes Model 1 Understanding N(d 1 ) and N(d 2 ): Risk-Adjusted Probabilities in the Black-Scholes Model 1 Lars Tyge Nielsen INSEAD Boulevard de Constance 77305 Fontainebleau Cedex France E-mail: nielsen@freiba51 October

More information

Quantitative Strategies Research Notes

Quantitative Strategies Research Notes Quantitative Strategies Research Notes December 1992 Valuing Options On Periodically-Settled Stocks Emanuel Derman Iraj Kani Alex Bergier SUMMARY In some countries, for example France, stocks bought or

More information

Goals. Options. Derivatives: Definition. Goals. Definitions Options. Spring 2007 Lecture Notes 4.6.1 Readings:Mayo 28.

Goals. Options. Derivatives: Definition. Goals. Definitions Options. Spring 2007 Lecture Notes 4.6.1 Readings:Mayo 28. Goals Options Spring 27 Lecture Notes 4.6.1 Readings:Mayo 28 Definitions Options Call option Put option Option strategies Derivatives: Definition Derivative: Any security whose payoff depends on any other

More information

EXP 481 -- Capital Markets Option Pricing. Options: Definitions. Arbitrage Restrictions on Call Prices. Arbitrage Restrictions on Call Prices 1) C > 0

EXP 481 -- Capital Markets Option Pricing. Options: Definitions. Arbitrage Restrictions on Call Prices. Arbitrage Restrictions on Call Prices 1) C > 0 EXP 481 -- Capital Markets Option Pricing imple arbitrage relations Payoffs to call options Black-choles model Put-Call Parity Implied Volatility Options: Definitions A call option gives the buyer the

More information

Four Derivations of the Black Scholes PDE by Fabrice Douglas Rouah www.frouah.com www.volopta.com

Four Derivations of the Black Scholes PDE by Fabrice Douglas Rouah www.frouah.com www.volopta.com Four Derivations of the Black Scholes PDE by Fabrice Douglas Rouah www.frouah.com www.volopta.com In this Note we derive the Black Scholes PDE for an option V, given by @t + 1 + rs @S2 @S We derive the

More information

FINANCIAL ECONOMICS OPTION PRICING

FINANCIAL ECONOMICS OPTION PRICING OPTION PRICING Options are contingency contracts that specify payoffs if stock prices reach specified levels. A call option is the right to buy a stock at a specified price, X, called the strike price.

More information

DETERMINING THE VALUE OF EMPLOYEE STOCK OPTIONS. Report Produced for the Ontario Teachers Pension Plan John Hull and Alan White August 2002

DETERMINING THE VALUE OF EMPLOYEE STOCK OPTIONS. Report Produced for the Ontario Teachers Pension Plan John Hull and Alan White August 2002 DETERMINING THE VALUE OF EMPLOYEE STOCK OPTIONS 1. Background Report Produced for the Ontario Teachers Pension Plan John Hull and Alan White August 2002 It is now becoming increasingly accepted that companies

More information

Introduction to Mathematical Finance

Introduction to Mathematical Finance Introduction to Mathematical Finance Martin Baxter Barcelona 11 December 2007 1 Contents Financial markets and derivatives Basic derivative pricing and hedging Advanced derivatives 2 Banking Retail banking

More information