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 The goal is to set up and solve for the value of the European call option in a two period binomial model. The scripts will output the derivative security value. First set values of S, U, D, r, T, and K. Define the derivative security payoff function. (In the given scripts, it is for a European call option.) Define the risk neutral measure π. Solve for derivative values at (1, 1) and (1, 0) with the risk neutral measure formula. Solve for the derivative value with the risk neutral measure formula linear solver. Finally, print the derivative value. Scripts R R script for multiperiod 1 S < factorup < factordown < B <- 1 5 effr < deltati <- 1 7 K < f <- function ( x, strike ) { 10 # European call option 11 max ( x - strike, 0) 12 } riskneutralmeas <- function ( fup, fdown, exprdt ) { 9

10 15 # risk neutral measure pi 16 ( exprdt - fdown )/( fup - fdown ) 17 } pirnm <- riskneutralmeas ( factorup, factordown, effr ) v11 <- (1/ effr ) * ( pirnm * f( S * factorup * factorup, K) + (1 - pirnm ) * f( S * factorup * 22 factordown, K)) 23 v10 <- (1/ effr ) * ( pirnm * f( S * factorup * factordown, K ) + (1 - pirnm ) * f(s * 24 factordown * factordown, K)) value <- (1/ effr ) * ( pirnm * v11 + (1 - pirnm ) * v10 ) cat (" value :", value, "\n") Octave Octave script for multiperiod 1 S = 100; 2 factorup = 1. 05; 3 factordown = 0. 95; 4 B = 1; 5 effr = 1. 02; # effr = exp ( r * delta t_i ) 6 deltati = 1; 7 K = 100; 8 9 function retval = f( x, strike ) # European call option 10 retval = max ( x - strike, 0); 11 endfunction function retval = riskneutralmeas ( fup, fdown, exprdt ) 14 retval = ( exprdt - fdown ) / ( fup - fdown ); # risk neutral measure pi 15 endfunction pirnm = riskneutralmeas ( factorup, factordown, effr ); v11 = (1 / effr ) * ( pirnm * f( S * factorup * factorup, K) 20 + (1 - pirnm ) * f( S * factorup * factordown, K)); 21 v10 = (1 / effr ) * ( pirnm * f( S * factorup * factordown, K) 22 + (1 - pirnm ) * f( S * factordown * factordown, K)); 23 10

11 24 value = (1 / effr ) * ( pirnm * v11 + (1 - pirnm ) * v10 ); disp (" derivative value :"), value Perl Perl PDL script for multiperiod 1 use PDL :: NiceSlice ; 2 3 $S = 100; 4 $factorup = 1. 05; 5 $factordown = 0. 95; 6 $B = 1; 7 $effr = 1. 02; # effr = exp ( r* delta t_i ) 8 $deltati = 1; 9 $K = 100; sub f { # European call option 12 my ( $x, $strike ) 13 return max ( pdl [ $x - $strike, 0 ] ); 14 } sub riskneutralmeas { 17 my ( $fup, $fdown, $exprdt ) 18 return ( $exprdt - $fdown ) / ( $fup - $fdown ); # risk neutral measure pi 19 } $pirnm = riskneutralmeas ( $factorup, $factordown, $effr ) ; $v11 = 24 ( 1 / $effr ) 25 * ( $pirnm * f( $S * $factorup * $factorup, $K ) 26 + ( 1 - $pirnm ) * f( $S * $factorup * $factordown, $K ) ); 27 $v10 = 28 ( 1 / $effr ) 29 * ( $pirnm * f( $S * $factorup * $factordown, $K ) 30 + ( 1 - $pirnm ) * f( $S * $factordown * $factordown, $K ) ); $value = ( 1 / $effr ) * ( $pirnm * $v11 + ( 1 - $pirnm ) * $v10 ); 33 11

12 34 print " value :", $value, "\n"; SciPy Scientific Python script for multiperiod 1 2 import scipy 3 4 S = factorup = factordown = B = 1 8 effr = # effr = exp ( r* delta t_i ) 9 deltati = 1 10 K = def f( x, strike ): # European call option 14 return max ( x - strike, 0) def riskneutralmeas ( fup, fdown, exprdt ): 18 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 ) 24 * f( S * factorup * factordown, K)) 25 v10 = 1 / effr * ( pirnm * f( S * factorup * factordown, K) + (1 - pirnm ) 26 * f( S * factordown * factordown, K)) value = 1 / effr * ( pirnm * v11 + (1 - pirnm ) * v10 ) print value :, value, \n 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 first 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 13

14 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 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 July 17,

Stochastic Processes and Advanced Mathematical Finance. Single Period Binomial Models

Stochastic Processes and Advanced Mathematical Finance. Single Period Binomial Models 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. A Stochastic Process Model of Cash Management

Stochastic Processes and Advanced Mathematical Finance. A Stochastic Process Model of Cash Management 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. Hitting Times and Ruin Probabilities

Stochastic Processes and Advanced Mathematical Finance. Hitting Times and 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

******************************* The multi-period binomial model generalizes the single-period binomial model we considered in Section 2.

******************************* The multi-period binomial model generalizes the single-period binomial model we considered in Section 2. Derivative Securities Multiperiod Binomial Trees. We turn to the valuation of derivative securities in a time-dependent setting. We focus for now on multi-period binomial models, i.e. binomial trees. This

More information

Stochastic Processes and Advanced Mathematical Finance. Stochastic Differential Equations and the Euler-Maruyama Method

Stochastic Processes and Advanced Mathematical Finance. Stochastic Differential Equations and the Euler-Maruyama Method 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

Homework Assignments

Homework Assignments Homework Assignments Week 1 (p 57) #4.1, 4., 4.3 Week (pp 58-6) #4.5, 4.6, 4.8(a), 4.13, 4.0, 4.6(b), 4.8, 4.31, 4.34 Week 3 (pp 15-19) #1.9, 1.1, 1.13, 1.15, 1.18 (pp 9-31) #.,.6,.9 Week 4 (pp 36-37)

More information

Lecture 16. Options and option pricing. Lecture 16 1 / 22

Lecture 16. Options and option pricing. Lecture 16 1 / 22 Lecture 16 Options and option pricing Lecture 16 1 / 22 Introduction One of the most, perhaps the most, important family of derivatives are the options. Lecture 16 2 / 22 Introduction One of the most,

More information

Cash Flows on Options strike or exercise price

Cash Flows on Options strike or exercise price 1 APPENDIX 4 OPTION PRICING 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 when we will look

More information

MFIN 7003 Module 2. Mathematical Techniques in Finance. Sessions B&C: Oct 12, 2015 Nov 28, 2015

MFIN 7003 Module 2. Mathematical Techniques in Finance. Sessions B&C: Oct 12, 2015 Nov 28, 2015 MFIN 7003 Module 2 Mathematical Techniques in Finance Sessions B&C: Oct 12, 2015 Nov 28, 2015 Instructor: Dr. Rujing Meng Room 922, K. K. Leung Building School of Economics and Finance The University of

More information

Fixed-Income Securities Lecture 5: Tools from Option Pricing

Fixed-Income Securities Lecture 5: Tools from Option Pricing Fixed-Income Securities Lecture 5: Tools from Option Pricing Philip H. Dybvig Washington University in Saint Louis Review of binomial option pricing Interest rates and option pricing Effective duration

More information

Corporate Finance, Module 21: Option Valuation. Practice Problems. (The attached PDF file has better formatting.) Updated: July 7, 2005

Corporate Finance, Module 21: Option Valuation. Practice Problems. (The attached PDF file has better formatting.) Updated: July 7, 2005 Corporate Finance, Module 21: Option Valuation Practice Problems (The attached PDF file has better formatting.) Updated: July 7, 2005 {This posting has more information than is needed for the corporate

More information

The Multistep Binomial Model

The Multistep Binomial Model Lecture 10 The Multistep Binomial Model Reminder: Mid Term Test Friday 9th March - 12pm Examples Sheet 1 4 (not qu 3 or qu 5 on sheet 4) Lectures 1-9 10.1 A Discrete Model for Stock Price Reminder: The

More information

From Discrete Time to Continuous Time Modeling

From Discrete Time to Continuous Time Modeling From Discrete Time to Continuous Time Modeling Prof. S. Jaimungal, Department of Statistics, University of Toronto 2004 Arrow-Debreu Securities 2004 Prof. S. Jaimungal 2 Consider a simple one-period economy

More information

Introduction to Binomial Trees. Chapter 12

Introduction to Binomial Trees. Chapter 12 Introduction to Binomial Trees Chapter 12 Fundamentals of Futures and Options Markets, 8th Ed, Ch 12, Copyright John C. Hull 2013 1 A Simple Binomial Model A stock price is currently $20. In three months

More information

The Binomial Model. Chapter 3

The Binomial Model. Chapter 3 Chapter 3 The Binomial Model In Chapter 1 the linear derivatives were considered. They were priced with static replication and payo tables. For the non-linear derivatives in Chapter 2 this will not work

More information

non linear Payoffs Markus K. Brunnermeier

non linear Payoffs Markus K. Brunnermeier Institutional Finance Lecture 10: Dynamic Arbitrage to Replicate non linear Payoffs Markus K. Brunnermeier Preceptor: Dong Beom Choi Princeton University 1 BINOMIAL OPTION PRICING Consider a European call

More information

Hull, Options, Futures, and Other Derivatives, 9 th Edition

Hull, Options, Futures, and Other Derivatives, 9 th Edition P1.T4. Valuation & Risk Models Hull, Options, Futures, and Other Derivatives, 9 th Edition Bionic Turtle FRM Study Notes By David Harper, CFA FRM CIPM and Deepa Sounder www.bionicturtle.com Hull, Chapter

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

1.1 Basic Financial Derivatives: Forward Contracts and Options

1.1 Basic Financial Derivatives: Forward Contracts and Options Chapter 1 Preliminaries 1.1 Basic Financial Derivatives: Forward Contracts and Options A derivative is a financial instrument whose value depends on the values of other, more basic underlying variables

More information

MATH 425 EXERCISES G. BERKOLAIKO

MATH 425 EXERCISES G. BERKOLAIKO MATH 425 EXERCISES G. BERKOLAIKO 1. Definitions and basic properties of options and other derivatives 1.1. Summary. Definition of European call and put options, American call and put option, forward (futures)

More information

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models IEOR E4707: Foundations of Financial Engineering c 206 by Martin Haugh Martingale Pricing Theory in Discrete-Time and Discrete-Space Models These notes develop the theory of martingale pricing in a discrete-time,

More information

Derivative Securities

Derivative Securities Derivative Securities he Black-Scholes formula and its applications. his Section deduces the Black- Scholes formula for a European call or put, as a consequence of risk-neutral valuation in the continuous

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

DERIVATIVE SECURITIES Lecture 5: Fixed-income securities

DERIVATIVE SECURITIES Lecture 5: Fixed-income securities DERIVATIVE SECURITIES Lecture 5: Fixed-income securities Philip H. Dybvig Washington University in Saint Louis Interest rates Interest rate derivative pricing: general issues Bond and bond option pricing

More information

Option Pricing Models. c 2013 Prof. Yuh-Dauh Lyuu, National Taiwan University Page 205

Option Pricing Models. c 2013 Prof. Yuh-Dauh Lyuu, National Taiwan University Page 205 Option Pricing Models c 2013 Prof. Yuh-Dauh Lyuu, National Taiwan University Page 205 If the world of sense does not fit mathematics, so much the worse for the world of sense. Bertrand Russell (1872 1970)

More information

One Period Binomial Model: The risk-neutral probability measure assumption and the state price deflator approach

One Period Binomial Model: The risk-neutral probability measure assumption and the state price deflator approach One Period Binomial Model: The risk-neutral probability measure assumption and the state price deflator approach Amir Ahmad Dar Department of Mathematics and Actuarial Science B S AbdurRahmanCrescent University

More information

Computational Finance. Computational Finance p. 1

Computational Finance. Computational Finance p. 1 Computational Finance Computational Finance p. 1 Outline Binomial model: option pricing and optimal investment Monte Carlo techniques for pricing of options pricing of non-standard options improving accuracy

More information

Binomial model: numerical algorithm

Binomial model: numerical algorithm Binomial model: numerical algorithm S / 0 C \ 0 S0 u / C \ 1,1 S0 d / S u 0 /, S u 3 0 / 3,3 C \ S0 u d /,1 S u 5 0 4 0 / C 5 5,5 max X S0 u,0 S u C \ 4 4,4 C \ 3 S u d / 0 3, C \ S u d 0 S u d 0 / C 4

More information

Appendix: Basics of Options and Option Pricing Option Payoffs

Appendix: Basics of Options and Option Pricing Option Payoffs Appendix: Basics of Options and Option Pricing An option provides the holder with the right to buy or sell a specified quantity of an underlying asset at a fixed price (called a strike price or an exercise

More information

Pricing Options with Binomial Trees

Pricing Options with Binomial Trees Pricing Options with Binomial Trees MATH 472 Financial Mathematics J. Robert Buchanan 2018 Objectives In this lesson we will learn: a simple discrete framework for pricing options, how to calculate risk-neutral

More information

Advanced Numerical Methods

Advanced Numerical Methods Advanced Numerical Methods Solution to Homework One Course instructor: Prof. Y.K. Kwok. When the asset pays continuous dividend yield at the rate q the expected rate of return of the asset is r q under

More information

Learning Martingale Measures to Price Options

Learning Martingale Measures to Price Options Learning Martingale Measures to Price Options Hung-Ching (Justin) Chen chenh3@cs.rpi.edu Malik Magdon-Ismail magdon@cs.rpi.edu April 14, 2006 Abstract We provide a framework for learning risk-neutral measures

More information

(atm) Option (time) value by discounted risk-neutral expected value

(atm) Option (time) value by discounted risk-neutral expected value (atm) Option (time) value by discounted risk-neutral expected value Model-based option Optional - risk-adjusted inputs P-risk neutral S-future C-Call value value S*Q-true underlying (not Current Spot (S0)

More information

Introduction to Binomial Trees. Chapter 12

Introduction to Binomial Trees. Chapter 12 Introduction to Binomial Trees Chapter 12 1 A Simple Binomial Model l A stock price is currently $20 l In three months it will be either $22 or $18 Stock Price = $22 Stock price = $20 Stock Price = $18

More information

EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS

EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS Commun. Korean Math. Soc. 23 (2008), No. 2, pp. 285 294 EFFICIENT MONTE CARLO ALGORITHM FOR PRICING BARRIER OPTIONS Kyoung-Sook Moon Reprinted from the Communications of the Korean Mathematical Society

More information

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS MATH307/37 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS School of Mathematics and Statistics Semester, 04 Tutorial problems should be used to test your mathematical skills and understanding of the lecture material.

More information

LECTURE 2: MULTIPERIOD MODELS AND TREES

LECTURE 2: MULTIPERIOD MODELS AND TREES LECTURE 2: MULTIPERIOD MODELS AND TREES 1. Introduction One-period models, which were the subject of Lecture 1, are of limited usefulness in the pricing and hedging of derivative securities. In real-world

More information

The Pennsylvania State University. The Graduate School. Department of Industrial Engineering AMERICAN-ASIAN OPTION PRICING BASED ON MONTE CARLO

The Pennsylvania State University. The Graduate School. Department of Industrial Engineering AMERICAN-ASIAN OPTION PRICING BASED ON MONTE CARLO The Pennsylvania State University The Graduate School Department of Industrial Engineering AMERICAN-ASIAN OPTION PRICING BASED ON MONTE CARLO SIMULATION METHOD A Thesis in Industrial Engineering and Operations

More information

Options Pricing Using Combinatoric Methods Postnikov Final Paper

Options Pricing Using Combinatoric Methods Postnikov Final Paper Options Pricing Using Combinatoric Methods 18.04 Postnikov Final Paper Annika Kim May 7, 018 Contents 1 Introduction The Lattice Model.1 Overview................................ Limitations of the Lattice

More information

BUSM 411: Derivatives and Fixed Income

BUSM 411: Derivatives and Fixed Income BUSM 411: Derivatives and Fixed Income 12. Binomial Option Pricing Binomial option pricing enables us to determine the price of an option, given the characteristics of the stock other underlying asset

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

Hedging and Pricing in the Binomial Model

Hedging and Pricing in the Binomial Model Hedging and Pricing in the Binomial Model Peter Carr Bloomberg LP and Courant Institute, NYU Continuous Time Finance Lecture 2 Wednesday, January 26th, 2005 One Period Model Initial Setup: 0 risk-free

More information

Lecture 4: Barrier Options

Lecture 4: Barrier Options Lecture 4: Barrier Options Jim Gatheral, Merrill Lynch Case Studies in Financial Modelling Course Notes, Courant Institute of Mathematical Sciences, Fall Term, 2001 I am grateful to Peter Friz for carefully

More information

SYSM 6304: Risk and Decision Analysis Lecture 6: Pricing and Hedging Financial Derivatives

SYSM 6304: Risk and Decision Analysis Lecture 6: Pricing and Hedging Financial Derivatives SYSM 6304: Risk and Decision Analysis Lecture 6: Pricing and Hedging Financial Derivatives M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu October

More information

Fixed Income and Risk Management

Fixed Income and Risk Management Fixed Income and Risk Management Fall 2003, Term 2 Michael W. Brandt, 2003 All rights reserved without exception Agenda and key issues Pricing with binomial trees Replication Risk-neutral pricing Interest

More information

Math 489/Math 889 Stochastic Processes and Advanced Mathematical Finance Dunbar, Fall 2007

Math 489/Math 889 Stochastic Processes and Advanced Mathematical Finance Dunbar, Fall 2007 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 Math 489/Math 889 Stochastic

More information

Lecture Quantitative Finance Spring Term 2015

Lecture Quantitative Finance Spring Term 2015 and Lecture Quantitative Finance Spring Term 2015 Prof. Dr. Erich Walter Farkas Lecture 06: March 26, 2015 1 / 47 Remember and Previous chapters: introduction to the theory of options put-call parity fundamentals

More information

In general, the value of any asset is the present value of the expected cash flows on

In general, the value of any asset is the present value of the expected cash flows on ch05_p087_110.qxp 11/30/11 2:00 PM Page 87 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. This section will

More information

Option Valuation (Lattice)

Option Valuation (Lattice) Page 1 Option Valuation (Lattice) Richard de Neufville Professor of Systems Engineering and of Civil and Environmental Engineering MIT Massachusetts Institute of Technology Option Valuation (Lattice) Slide

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

A distributed Laplace transform algorithm for European options

A distributed Laplace transform algorithm for European options A distributed Laplace transform algorithm for European options 1 1 A. J. Davies, M. E. Honnor, C.-H. Lai, A. K. Parrott & S. Rout 1 Department of Physics, Astronomy and Mathematics, University of Hertfordshire,

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

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

Introduction to Financial Mathematics

Introduction to Financial Mathematics Introduction to Financial Mathematics Zsolt Bihary 211, ELTE Outline Financial mathematics in general, and in market modelling Introduction to classical theory Hedging efficiency in incomplete markets

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

Risk Neutral Valuation, the Black-

Risk Neutral Valuation, the Black- Risk Neutral Valuation, the Black- Scholes Model and Monte Carlo Stephen M Schaefer London Business School Credit Risk Elective Summer 01 C = SN( d )-PV( X ) N( ) N he Black-Scholes formula 1 d (.) : cumulative

More information

B8.3 Week 2 summary 2018

B8.3 Week 2 summary 2018 S p VT u = f(su ) S T = S u V t =? S t S t e r(t t) 1 p VT d = f(sd ) S T = S d t T time Figure 1: Underlying asset price in a one-step binomial model B8.3 Week 2 summary 2018 The simplesodel for a random

More information

MORNING SESSION. Date: Wednesday, April 30, 2014 Time: 8:30 a.m. 11:45 a.m. INSTRUCTIONS TO CANDIDATES

MORNING SESSION. Date: Wednesday, April 30, 2014 Time: 8:30 a.m. 11:45 a.m. INSTRUCTIONS TO CANDIDATES SOCIETY OF ACTUARIES Quantitative Finance and Investment Core Exam QFICORE MORNING SESSION Date: Wednesday, April 30, 2014 Time: 8:30 a.m. 11:45 a.m. INSTRUCTIONS TO CANDIDATES General Instructions 1.

More information

Term Structure Lattice Models

Term Structure Lattice Models IEOR E4706: Foundations of Financial Engineering c 2016 by Martin Haugh Term Structure Lattice Models These lecture notes introduce fixed income derivative securities and the modeling philosophy used to

More information

An Adjusted Trinomial Lattice for Pricing Arithmetic Average Based Asian Option

An Adjusted Trinomial Lattice for Pricing Arithmetic Average Based Asian Option American Journal of Applied Mathematics 2018; 6(2): 28-33 http://www.sciencepublishinggroup.com/j/ajam doi: 10.11648/j.ajam.20180602.11 ISSN: 2330-0043 (Print); ISSN: 2330-006X (Online) An Adjusted Trinomial

More information

Review of Derivatives I. Matti Suominen, Aalto

Review of Derivatives I. Matti Suominen, Aalto Review of Derivatives I Matti Suominen, Aalto 25 SOME STATISTICS: World Financial Markets (trillion USD) 2 15 1 5 Securitized loans Corporate bonds Financial institutions' bonds Public debt Equity market

More information

FNCE 302, Investments H Guy Williams, 2008

FNCE 302, Investments H Guy Williams, 2008 Sources http://finance.bi.no/~bernt/gcc_prog/recipes/recipes/node7.html It's all Greek to me, Chris McMahon Futures; Jun 2007; 36, 7 http://www.quantnotes.com Put Call Parity THIS IS THE CALL-PUT PARITY

More information

The Binomial Lattice Model for Stocks: Introduction to Option Pricing

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

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

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

Evaluating the Black-Scholes option pricing model using hedging simulations

Evaluating the Black-Scholes option pricing model using hedging simulations Bachelor Informatica Informatica Universiteit van Amsterdam Evaluating the Black-Scholes option pricing model using hedging simulations Wendy Günther CKN : 6052088 Wendy.Gunther@student.uva.nl June 24,

More information

Hull, Options, Futures & Other Derivatives Exotic Options

Hull, Options, Futures & Other Derivatives Exotic Options P1.T3. Financial Markets & Products Hull, Options, Futures & Other Derivatives Exotic Options Bionic Turtle FRM Video Tutorials By David Harper, CFA FRM 1 Exotic Options Define and contrast exotic derivatives

More information

MATH4143: Scientific Computations for Finance Applications Final exam Time: 9:00 am - 12:00 noon, April 18, Student Name (print):

MATH4143: Scientific Computations for Finance Applications Final exam Time: 9:00 am - 12:00 noon, April 18, Student Name (print): MATH4143 Page 1 of 17 Winter 2007 MATH4143: Scientific Computations for Finance Applications Final exam Time: 9:00 am - 12:00 noon, April 18, 2007 Student Name (print): Student Signature: Student ID: Question

More information

CHAPTER 10 OPTION PRICING - II. Derivatives and Risk Management By Rajiv Srivastava. Copyright Oxford University Press

CHAPTER 10 OPTION PRICING - II. Derivatives and Risk Management By Rajiv Srivastava. Copyright Oxford University Press CHAPTER 10 OPTION PRICING - II Options Pricing II Intrinsic Value and Time Value Boundary Conditions for Option Pricing Arbitrage Based Relationship for Option Pricing Put Call Parity 2 Binomial Option

More information

Mathematics of Finance Final Preparation December 19. To be thoroughly prepared for the final exam, you should

Mathematics of Finance Final Preparation December 19. To be thoroughly prepared for the final exam, you should Mathematics of Finance Final Preparation December 19 To be thoroughly prepared for the final exam, you should 1. know how to do the homework problems. 2. be able to provide (correct and complete!) definitions

More information

Asset-or-nothing digitals

Asset-or-nothing digitals School of Education, Culture and Communication Division of Applied Mathematics MMA707 Analytical Finance I Asset-or-nothing digitals 202-0-9 Mahamadi Ouoba Amina El Gaabiiy David Johansson Examinator:

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

Derivative Securities Section 9 Fall 2004 Notes by Robert V. Kohn, Courant Institute of Mathematical Sciences.

Derivative Securities Section 9 Fall 2004 Notes by Robert V. Kohn, Courant Institute of Mathematical Sciences. Derivative Securities Section 9 Fall 2004 Notes by Robert V. Kohn, Courant Institute of Mathematical Sciences. Futures, and options on futures. Martingales and their role in option pricing. A brief introduction

More information

Numerical Evaluation of Multivariate Contingent Claims

Numerical Evaluation of Multivariate Contingent Claims Numerical Evaluation of Multivariate Contingent Claims Phelim P. Boyle University of California, Berkeley and University of Waterloo Jeremy Evnine Wells Fargo Investment Advisers Stephen Gibbs University

More information

B is the barrier level and assumed to be lower than the initial stock price.

B is the barrier level and assumed to be lower than the initial stock price. Ch 8. Barrier Option I. Analytic Pricing Formula and Monte Carlo Simulation II. Finite Difference Method to Price Barrier Options III. Binomial Tree Model to Price Barier Options IV. Reflection Principle

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

Interest-Sensitive Financial Instruments

Interest-Sensitive Financial Instruments Interest-Sensitive Financial Instruments Valuing fixed cash flows Two basic rules: - Value additivity: Find the portfolio of zero-coupon bonds which replicates the cash flows of the security, the price

More information

Pricing Options Using Trinomial Trees

Pricing Options Using Trinomial Trees Pricing Options Using Trinomial Trees Paul Clifford Yan Wang Oleg Zaboronski 30.12.2009 1 Introduction One of the first computational models used in the financial mathematics community was the binomial

More information

The Yield Envelope: Price Ranges for Fixed Income Products

The Yield Envelope: Price Ranges for Fixed Income Products The Yield Envelope: Price Ranges for Fixed Income Products by David Epstein (LINK:www.maths.ox.ac.uk/users/epstein) Mathematical Institute (LINK:www.maths.ox.ac.uk) Oxford Paul Wilmott (LINK:www.oxfordfinancial.co.uk/pw)

More information

1. In this exercise, we can easily employ the equations (13.66) (13.70), (13.79) (13.80) and

1. In this exercise, we can easily employ the equations (13.66) (13.70), (13.79) (13.80) and CHAPTER 13 Solutions Exercise 1 1. In this exercise, we can easily employ the equations (13.66) (13.70), (13.79) (13.80) and (13.82) (13.86). Also, remember that BDT model will yield a recombining binomial

More information

Course MFE/3F Practice Exam 2 Solutions

Course MFE/3F Practice Exam 2 Solutions Course MFE/3F Practice Exam Solutions The chapter references below refer to the chapters of the ActuarialBrew.com Study Manual. Solution 1 A Chapter 16, Black-Scholes Equation The expressions for the value

More information

Lecture 17 Option pricing in the one-period binomial model.

Lecture 17 Option pricing in the one-period binomial model. Lecture: 17 Course: M339D/M389D - Intro to Financial Math Page: 1 of 9 University of Texas at Austin Lecture 17 Option pricing in the one-period binomial model. 17.1. Introduction. Recall the one-period

More information

CFE: Level 1 Exam Sample Questions

CFE: Level 1 Exam Sample Questions CFE: Level 1 Exam Sample Questions he following are the sample questions that are illustrative of the questions that may be asked in a CFE Level 1 examination. hese questions are only for illustration.

More information

Binomial Trees. Liuren Wu. Options Markets. Zicklin School of Business, Baruch College. Liuren Wu (Baruch ) Binomial Trees Options Markets 1 / 22

Binomial Trees. Liuren Wu. Options Markets. Zicklin School of Business, Baruch College. Liuren Wu (Baruch ) Binomial Trees Options Markets 1 / 22 Binomial Trees Liuren Wu Zicklin School of Business, Baruch College Options Markets Liuren Wu (Baruch ) Binomial Trees Options Markets 1 / 22 A simple binomial model Observation: The current stock price

More information

AN IMPROVED BINOMIAL METHOD FOR PRICING ASIAN OPTIONS

AN IMPROVED BINOMIAL METHOD FOR PRICING ASIAN OPTIONS Commun. Korean Math. Soc. 28 (2013), No. 2, pp. 397 406 http://dx.doi.org/10.4134/ckms.2013.28.2.397 AN IMPROVED BINOMIAL METHOD FOR PRICING ASIAN OPTIONS Kyoung-Sook Moon and Hongjoong Kim Abstract. We

More information

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

Options. An Undergraduate Introduction to Financial Mathematics. J. Robert Buchanan. J. Robert Buchanan Options Options An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2014 Definitions and Terminology Definition An option is the right, but not the obligation, to buy or sell a security such

More information

Financial Markets & Risk

Financial Markets & Risk Financial Markets & Risk Dr Cesario MATEUS Senior Lecturer in Finance and Banking Room QA259 Department of Accounting and Finance c.mateus@greenwich.ac.uk www.cesariomateus.com Session 3 Derivatives Binomial

More information

Introduction to Financial Derivatives

Introduction to Financial Derivatives 55.444 Introduction to Financial Derivatives November 5, 212 Option Analysis and Modeling The Binomial Tree Approach Where we are Last Week: Options (Chapter 9-1, OFOD) This Week: Option Analysis and Modeling:

More information

Some Computational Aspects of Martingale Processes in ruling the Arbitrage from Binomial asset Pricing Model

Some Computational Aspects of Martingale Processes in ruling the Arbitrage from Binomial asset Pricing Model International Journal of Basic & Applied Sciences IJBAS-IJNS Vol:3 No:05 47 Some Computational Aspects of Martingale Processes in ruling the Arbitrage from Binomial asset Pricing Model Sheik Ahmed Ullah

More information

Degree project. Pricing American and European options under the binomial tree model and its Black-Scholes limit model

Degree project. Pricing American and European options under the binomial tree model and its Black-Scholes limit model Degree project Pricing American and European options under the binomial tree model and its Black-Scholes limit model Author: Yuankai Yang Supervisor: Roger Pettersson Examiner: Astrid Hilbert Date: 2017-09-28

More information

Lecture 17. The model is parametrized by the time period, δt, and three fixed constant parameters, v, σ and the riskless rate r.

Lecture 17. The model is parametrized by the time period, δt, and three fixed constant parameters, v, σ and the riskless rate r. Lecture 7 Overture to continuous models Before rigorously deriving the acclaimed Black-Scholes pricing formula for the value of a European option, we developed a substantial body of material, in continuous

More information

Notes: This is a closed book and closed notes exam. The maximal score on this exam is 100 points. Time: 75 minutes

Notes: This is a closed book and closed notes exam. The maximal score on this exam is 100 points. Time: 75 minutes M375T/M396C Introduction to Financial Mathematics for Actuarial Applications Spring 2013 University of Texas at Austin Sample In-Term Exam II - Solutions This problem set is aimed at making up the lost

More information

Edgeworth Binomial Trees

Edgeworth Binomial Trees Mark Rubinstein Paul Stephens Professor of Applied Investment Analysis University of California, Berkeley a version published in the Journal of Derivatives (Spring 1998) Abstract This paper develops a

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

Lecture 1 Definitions from finance

Lecture 1 Definitions from finance Lecture 1 s from finance Financial market instruments can be divided into two types. There are the underlying stocks shares, bonds, commodities, foreign currencies; and their derivatives, claims that promise

More information

MATH 476/567 ACTUARIAL RISK THEORY FALL 2016 PROFESSOR WANG

MATH 476/567 ACTUARIAL RISK THEORY FALL 2016 PROFESSOR WANG MATH 476/567 ACTUARIAL RISK THEORY FALL 206 PROFESSOR WANG Homework 5 (max. points = 00) Due at the beginning of class on Tuesday, November 8, 206 You are encouraged to work on these problems in groups

More information

Pricing Dynamic Solvency Insurance and Investment Fund Protection

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

More information

Valuation of Options: Theory

Valuation of Options: Theory Valuation of Options: Theory Valuation of Options:Theory Slide 1 of 49 Outline Payoffs from options Influences on value of options Value and volatility of asset ; time available Basic issues in valuation:

More information

Notes: This is a closed book and closed notes exam. The maximal score on this exam is 100 points. Time: 75 minutes

Notes: This is a closed book and closed notes exam. The maximal score on this exam is 100 points. Time: 75 minutes M339D/M389D Introduction to Financial Mathematics for Actuarial Applications University of Texas at Austin Sample In-Term Exam II - Solutions Instructor: Milica Čudina Notes: This is a closed book and

More information

Mathematics in Finance

Mathematics in Finance Mathematics in Finance Robert Almgren University of Chicago Program on Financial Mathematics MAA Short Course San Antonio, Texas January 11-12, 1999 1 Robert Almgren 1/99 Mathematics in Finance 2 1. Pricing

More information