Math 5632 Notes. Chapter 19. Sampling of a Uniform Distribution

Size: px
Start display at page:

Download "Math 5632 Notes. Chapter 19. Sampling of a Uniform Distribution"

Transcription

1 Math 5632 Notes Chapter 19 Sampling of a Uniform Distribution Uniform distribution over [0, 1]: One example, Rand() in Excel Uniform distribution over [a, b]: If U is uniform over [0, 1], then a + (b a)u is uniform over [a, b]. Sampling the Standard Normal Distribution N (0, 1) Central Limit Approximation: Let u 1, u 2,..., u 12 be twelve independent samples of the uniform distribution over [0, 1]. Then is a sample of N (0, 1). 12 z = u i 6 Inverse CDF Method: Let N (or Φ) be the CDF of the standard normal distribution. Since N is strictly increasing, N 1 is well defined. If u is sample of the uniform distribution over [0, 1], then z = N 1 (u) is a sample of N (0, 1). Sampling Stock Price under BS Under Black-Scholes, S(T ) = S(0)e (α δ σ2 /2)T +σz(t ) = S(0)e (α δ σ2 /2)T +σ T Z Z(t) is a BM and Z is standard normal. where Sample of S(T ): Let z be a sample of N (0, 1), then S T = S(0)e (α δ σ2 /2)T +σ T z is a sample of S(T ). Sample of a Path: Divide [0, T ] into n equal subintervals, each has length h = T/n, and the ith subinterval is [(i 1)h, h]. Recursively, we have the following samples of S at the end of each subinterval: S h = S 0 e (α δ σ2 /2)h+σ hz 1 S 2h = S h e (α δ σ2 /2)h+σ hz 2 S nh = S (n 1)h e (α δ σ2 /2)h+σ hz n where the z i s are the independent samples of N (0, 1). These S ih s will be used to stimulate the prices of Asian options later. Substituting S h into S 2h and simplifying, we get S 2h = S 0 e (α δ σ2 /2)2h+σ h(z 1 +z 2 )

2 Substituting this S 2h into S 3h and simplifying, and so on, we get S T = S nh = S 0 e (α δ σ2 /2)nh+σ h(z 1 + +z n) = S 0 e (α δ σ2 /2)T +σ T ( ) z1 + +zn n Example. (SOA Sample, Problem 52) The price of a stock is to be estimated using simulation. It is known that: The time-t stock price, S t, follows the lognormal distribution: ( ) St ln N (( α σ 2 /2 ) t, σ 2 t ) S 0 S 0 = 50, α = 0.15, and σ = 0.3. The following are three uniform (0, 1) random numbers: , , Use each of these three numbers to simulate a time-2 stock price. Calculate the mean of the three simulated prices. Solution. The corresponding standard normal samplings are N 1 (0.9830) = , N 1 (0.0384) = , N 1 (0.7794) = α σ 2 /2 = 0.105, σ t+0.3 tz = 0.09 S t = S 0 e sampled stock prices and their average are S 2 = 50e z. The 50e ( ) = , 50e ( ) = , 50e ( ) = , Monte Carlo Valuation = Let V (S, T ) be the time T payoff of a derivative which depends on the final stock price S(T ), like an European call option, or a path of the stock price, like an Asian option. Let S 1, S 2,..., S n be n random samples of S under risk neutral probability. Then the Monte Carlo estimate of the time 0 value of the derivative is the discounted average value of the sampled payoffs: V = 1 n e rt n V (S i, T ). (Why do we use risk neutral probability to sample the stock price?) Example. Under Black-Scholes, the volatility of a stock is 0.3, and the interest rate is The current price of the stock is 10. Using 40 samples, estimate the price of a 1-year European call option on the stock with strike price 11.

3 U Z S(T) V(T) V(0) Monte.Carlo Black6Scholes , , , , , , , , , , , , , , , , , , , , Figure 1: Monte Carlo Example 1

4 Solution. The stock price is S(T ) = 10e 0.005T +0.3 Z(T ). Figure 1 shows a simulation using Excel. The Monte Carlo evaluation is , and the Black-Scholes formula gives Example. Asian option. The Monte Carlo estimate V of V (0) is an unbiased estimate. Let V i = V (S i, T ) be the sampled payoffs of V (T ). Then E V i = E (V (T )). we have ( ) E (V ) = E 1 n n e rt V i = 1 n n e rt E (V i ) = e rt E (V (T )) = V (0) Therefore, V is an unbiased estimate of V (0). Accuracy Let X 1, X 2,..., X n be n independent samples of X. The variance σx 2 of X and the variance σn 2 of the average of the X i s have the following relation ( ) σn 2 X1 + + X n = Var = nσ2 X = σ2 X n n 2 n, and so their standard deviations satisfy σ n = σ X / n. Therefore, the larger the n is, the more reliable/accurate the sampled average is. Usually we do not know what σ X is, but we can use the sampled variance to approximate it. Efficiency Improvement Control Variate Method Example. A = A + (G G) where A and G are the Monte Carlo estimates of A and G respectively, G is the BS value, and A is the improved estimate. In general, suppose that the correlation between two asset prices X and Y is large, and Y can be computed by a pricing formula. Let X and Y be the Monte Carlo estimates of X and Y respectively, and let X = X + β(y Y ). We want to determine β such that Var(X ) is minimal. Since Var(X ) = Var[X + β(y Y )] = Var[X βy ] = Var(X) + β 2 Var(Y ) 2βCov(X, Y ) (1) is a quadratic polynomial in β, the minimum value of Var(X ) occurs at 1 β = Cov(X, Y ). Var(Y ) 1 If y = ax 2 + bx + c and a > 0, then y has a minimum value c b2 4a when x = b 2a.

5 Exercise. Substitute the expression of β above into (1) to show that the minimal Var(X ) is given by Var(X Cov(X, Y )2 ) = Var(X) Var(Y ) = Var(X) ( 1 ρ 2), where ρ is the correlation coefficient of the estimated prices X and Y. Example. (SOA Sample, Problem 75) You are using Monte Carlo simulation to estimate the price of an option X, for which there is no pricing formula. To reduce the variance of the estimate, you use the control variate method with another option Y, which has a pricing formula. You are given: 1. The naive Monte Carlo estimate of the price of X has standard deviation The same Monte Carlo trials are used to estimate the price of Y. 3. The correlation coefficient between the estimated prices of X and Y is 0.8. Calculate the minimum variance of the estimated price of X, with Y being the control variate. Solution. Let X = X + β(y Y ). Since the minimum value of Var(X ) is Var(X ) = Var(X) + β 2 Var(Y ) 2βCov(X, Y ) Cov(X, Y )2 Var(X) Var(Y ) = Var(X) ( 1 ρ 2) = = 0.9. Question. How about X and Y are negatively correlated? Stratified Sampling Example. (SOA Sample Problem 57) Michael uses the following method to simulate 8 standard normal random variates: 1. Simulate 8 uniform (0, 1) random numbers U 1, U 2,..., U Apply the stratified sampling method to the random numbers so that U i and U i+4 are transformed to random numbers V i and V i+4 that are uniformly distributed over the interval ( i 1, i 4 4), i = 1, 2, 3, 4. In each of the four quartiles, a smaller value of U results in a smaller value of V. 3. Compute 8 standard normal random variates by Z i = N 1 (V i ), where N 1 is the inverse of the cumulative standard normal distribution function. Michael draws the following 8 uniform (0, 1) random numbers: i U i

6 Find the difference between the largest and the smallest simulated normal random variates. Solution. We have i = 1, V 1 = 0 + U = 0.122, V 5 = 0 + U = i = 2, V 2 = U = , V 6 = U = i = 3, V 3 = U = , V 7 = U = i = 4, V 4 = U = , V 8 = U = Z 4 = max{z i } = N 1 (V 4 ) = and Z 5 = min{z i } = N 1 (V 5 ) = The largest difference is then Z 4 Z 5 =

Generating Random Numbers Variance Reduction Quasi-Monte Carlo. Simulation Methods. Leonid Kogan. MIT, Sloan. 15.450, Fall 2010

Generating Random Numbers Variance Reduction Quasi-Monte Carlo. Simulation Methods. Leonid Kogan. MIT, Sloan. 15.450, Fall 2010 Simulation Methods Leonid Kogan MIT, Sloan 15.450, Fall 2010 c Leonid Kogan ( MIT, Sloan ) Simulation Methods 15.450, Fall 2010 1 / 35 Outline 1 Generating Random Numbers 2 Variance Reduction 3 Quasi-Monte

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

Monte Carlo Methods in Finance

Monte Carlo Methods in Finance Author: Yiyang Yang Advisor: Pr. Xiaolin Li, Pr. Zari Rachev Department of Applied Mathematics and Statistics State University of New York at Stony Brook October 2, 2012 Outline Introduction 1 Introduction

More information

Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab

Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab Monte Carlo Simulation: IEOR E4703 Fall 2004 c 2004 by Martin Haugh Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab 1 Overview of Monte Carlo Simulation 1.1 Why use simulation?

More information

TABLE OF CONTENTS. A. Put-Call Parity 1 B. Comparing Options with Respect to Style, Maturity, and Strike 13

TABLE OF CONTENTS. A. Put-Call Parity 1 B. Comparing Options with Respect to Style, Maturity, and Strike 13 TABLE OF CONTENTS 1. McDonald 9: "Parity and Other Option Relationships" A. Put-Call Parity 1 B. Comparing Options with Respect to Style, Maturity, and Strike 13 2. McDonald 10: "Binomial Option Pricing:

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

Monte Carlo simulations and option pricing

Monte Carlo simulations and option pricing Monte Carlo simulations and option pricing by Bingqian Lu Undergraduate Mathematics Department Pennsylvania State University University Park, PA 16802 Project Supervisor: Professor Anna Mazzucato July,

More information

Valuation of Razorback Executive Stock Options: A Simulation Approach

Valuation of Razorback Executive Stock Options: A Simulation Approach Valuation of Razorback Executive Stock Options: A Simulation Approach Joe Cheung Charles J. Corrado Department of Accounting & Finance The University of Auckland Private Bag 92019 Auckland, New Zealand.

More information

3. Monte Carlo Simulations. Math6911 S08, HM Zhu

3. Monte Carlo Simulations. Math6911 S08, HM Zhu 3. Monte Carlo Simulations Math6911 S08, HM Zhu References 1. Chapters 4 and 8, Numerical Methods in Finance. Chapters 17.6-17.7, Options, Futures and Other Derivatives 3. George S. Fishman, Monte Carlo:

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

The Monte Carlo Framework, Examples from Finance and Generating Correlated Random Variables

The Monte Carlo Framework, Examples from Finance and Generating Correlated Random Variables Monte Carlo Simulation: IEOR E4703 Fall 2004 c 2004 by Martin Haugh The Monte Carlo Framework, Examples from Finance and Generating Correlated Random Variables 1 The Monte Carlo Framework Suppose we wish

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

How To Price Garch

How To Price Garch 2011 3rd International Conference on Information and Financial Engineering IPEDR vol.12 (2011) (2011) IACSIT Press, Singapore A Study on Heston-Nandi GARCH Option Pricing Model Suk Joon Byun KAIST Business

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

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

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

Quantitative Methods for Finance

Quantitative Methods for Finance Quantitative Methods for Finance Module 1: The Time Value of Money 1 Learning how to interpret interest rates as required rates of return, discount rates, or opportunity costs. 2 Learning how to explain

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

Pricing Barrier Option Using Finite Difference Method and MonteCarlo Simulation

Pricing Barrier Option Using Finite Difference Method and MonteCarlo Simulation Pricing Barrier Option Using Finite Difference Method and MonteCarlo Simulation Yoon W. Kwon CIMS 1, Math. Finance Suzanne A. Lewis CIMS, Math. Finance May 9, 000 1 Courant Institue of Mathematical Science,

More information

Valuing Stock Options: The Black-Scholes-Merton Model. Chapter 13

Valuing Stock Options: The Black-Scholes-Merton Model. Chapter 13 Valuing Stock Options: The Black-Scholes-Merton Model Chapter 13 Fundamentals of Futures and Options Markets, 8th Ed, Ch 13, Copyright John C. Hull 2013 1 The Black-Scholes-Merton Random Walk Assumption

More information

The Black-Scholes pricing formulas

The Black-Scholes pricing formulas The Black-Scholes pricing formulas Moty Katzman September 19, 2014 The Black-Scholes differential equation Aim: Find a formula for the price of European options on stock. Lemma 6.1: Assume that a stock

More information

EC3070 FINANCIAL DERIVATIVES

EC3070 FINANCIAL DERIVATIVES BINOMIAL OPTION PRICING MODEL A One-Step Binomial Model The Binomial Option Pricing Model is a simple device that is used for determining the price c τ 0 that should be attributed initially to a call option

More information

Chapter 3 RANDOM VARIATE GENERATION

Chapter 3 RANDOM VARIATE GENERATION Chapter 3 RANDOM VARIATE GENERATION In order to do a Monte Carlo simulation either by hand or by computer, techniques must be developed for generating values of random variables having known distributions.

More information

Joint Exam 1/P Sample Exam 1

Joint Exam 1/P Sample Exam 1 Joint Exam 1/P Sample Exam 1 Take this practice exam under strict exam conditions: Set a timer for 3 hours; Do not stop the timer for restroom breaks; Do not look at your notes. If you believe a question

More information

New Pricing Formula for Arithmetic Asian Options. Using PDE Approach

New Pricing Formula for Arithmetic Asian Options. Using PDE Approach Applied Mathematical Sciences, Vol. 5, 0, no. 77, 380-3809 New Pricing Formula for Arithmetic Asian Options Using PDE Approach Zieneb Ali Elshegmani, Rokiah Rozita Ahmad and 3 Roza Hazli Zakaria, School

More information

Chapter 13 The Black-Scholes-Merton Model

Chapter 13 The Black-Scholes-Merton Model Chapter 13 The Black-Scholes-Merton Model March 3, 009 13.1. The Black-Scholes option pricing model assumes that the probability distribution of the stock price in one year(or at any other future time)

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

Calculating VaR. Capital Market Risk Advisors CMRA

Calculating VaR. Capital Market Risk Advisors CMRA Calculating VaR Capital Market Risk Advisors How is VAR Calculated? Sensitivity Estimate Models - use sensitivity factors such as duration to estimate the change in value of the portfolio to changes in

More information

1 The Black-Scholes Formula

1 The Black-Scholes Formula 1 The Black-Scholes Formula In 1973 Fischer Black and Myron Scholes published a formula - the Black-Scholes formula - for computing the theoretical price of a European call option on a stock. Their paper,

More information

LOGNORMAL MODEL FOR STOCK PRICES

LOGNORMAL MODEL FOR STOCK PRICES LOGNORMAL MODEL FOR STOCK PRICES MICHAEL J. SHARPE MATHEMATICS DEPARTMENT, UCSD 1. INTRODUCTION What follows is a simple but important model that will be the basis for a later study of stock prices as

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 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

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

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

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

Monte Carlo Method for Stock Options Pricing Sample

Monte Carlo Method for Stock Options Pricing Sample Monte Carlo Method for Stock Options Pricing Sample User's Guide Copyright 2013 Intel Corporation All Rights Reserved Document Number: 325264-003US Revision: 1.0 Document Number: 325264-003US Intel SDK

More information

Math 431 An Introduction to Probability. Final Exam Solutions

Math 431 An Introduction to Probability. Final Exam Solutions Math 43 An Introduction to Probability Final Eam Solutions. A continuous random variable X has cdf a for 0, F () = for 0 <

More information

Valuing Coca-Cola and Pepsi Options Using the Black-Scholes Option Pricing Model

Valuing Coca-Cola and Pepsi Options Using the Black-Scholes Option Pricing Model Valuing Coca-Cola and Pepsi Options Using the Black-Scholes Option Pricing Model John C. Gardner, University of New Orleans Carl B. McGowan, Jr., CFA, Norfolk State University ABSTRACT In this paper, we

More information

Hedging Barriers. Liuren Wu. Zicklin School of Business, Baruch College (http://faculty.baruch.cuny.edu/lwu/)

Hedging Barriers. Liuren Wu. Zicklin School of Business, Baruch College (http://faculty.baruch.cuny.edu/lwu/) Hedging Barriers Liuren Wu Zicklin School of Business, Baruch College (http://faculty.baruch.cuny.edu/lwu/) Based on joint work with Peter Carr (Bloomberg) Modeling and Hedging Using FX Options, March

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

1 Simulating Brownian motion (BM) and geometric Brownian motion (GBM)

1 Simulating Brownian motion (BM) and geometric Brownian motion (GBM) Copyright c 2013 by Karl Sigman 1 Simulating Brownian motion (BM) and geometric Brownian motion (GBM) For an introduction to how one can construct BM, see the Appendix at the end of these notes A stochastic

More information

Call and Put. Options. American and European Options. Option Terminology. Payoffs of European Options. Different Types of Options

Call and Put. Options. American and European Options. Option Terminology. Payoffs of European Options. Different Types of Options Call and Put Options A call option gives its holder the right to purchase an asset for a specified price, called the strike price, on or before some specified expiration date. A put option gives its holder

More information

LogNormal stock-price models in Exams MFE/3 and C/4

LogNormal stock-price models in Exams MFE/3 and C/4 Making sense of... LogNormal stock-price models in Exams MFE/3 and C/4 James W. Daniel Austin Actuarial Seminars http://www.actuarialseminars.com June 26, 2008 c Copyright 2007 by James W. Daniel; reproduction

More information

A REAL OPTIONS DESIGN FOR QUALITY CONTROL CHARTS

A REAL OPTIONS DESIGN FOR QUALITY CONTROL CHARTS 8 THE ENGINEERING ECONOMIST 00 VOLUME 47 NUMBER A REAL OPTIONS DESIGN FOR QUALITY CONTROL CHARTS HARRIET BLACK NEMBHARD University of Wisconsin-Madison LEYUAN SHI University of Wisconsin-Madison MEHMET

More information

Vanna-Volga Method for Foreign Exchange Implied Volatility Smile. Copyright Changwei Xiong 2011. January 2011. last update: Nov 27, 2013

Vanna-Volga Method for Foreign Exchange Implied Volatility Smile. Copyright Changwei Xiong 2011. January 2011. last update: Nov 27, 2013 Vanna-Volga Method for Foreign Exchange Implied Volatility Smile Copyright Changwei Xiong 011 January 011 last update: Nov 7, 01 TABLE OF CONTENTS TABLE OF CONTENTS...1 1. Trading Strategies of Vanilla

More information

Pricing of a worst of option using a Copula method M AXIME MALGRAT

Pricing of a worst of option using a Copula method M AXIME MALGRAT Pricing of a worst of option using a Copula method M AXIME MALGRAT Master of Science Thesis Stockholm, Sweden 2013 Pricing of a worst of option using a Copula method MAXIME MALGRAT Degree Project in Mathematical

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

HPCFinance: New Thinking in Finance. Calculating Variable Annuity Liability Greeks Using Monte Carlo Simulation

HPCFinance: New Thinking in Finance. Calculating Variable Annuity Liability Greeks Using Monte Carlo Simulation HPCFinance: New Thinking in Finance Calculating Variable Annuity Liability Greeks Using Monte Carlo Simulation Dr. Mark Cathcart, Standard Life February 14, 2014 0 / 58 Outline Outline of Presentation

More information

ARBITRAGE-FREE OPTION PRICING MODELS. Denis Bell. University of North Florida

ARBITRAGE-FREE OPTION PRICING MODELS. Denis Bell. University of North Florida ARBITRAGE-FREE OPTION PRICING MODELS Denis Bell University of North Florida Modelling Stock Prices Example American Express In mathematical finance, it is customary to model a stock price by an (Ito) stochatic

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

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

Simple formulas to option pricing and hedging in the Black Scholes model

Simple formulas to option pricing and hedging in the Black Scholes model Simple formulas to option pricing and hedging in the Black Scholes model Paolo Pianca Department of Applied Mathematics University Ca Foscari of Venice Dorsoduro 385/E, 3013 Venice, Italy pianca@unive.it

More information

Pricing Discrete Barrier Options

Pricing Discrete Barrier Options Pricing Discrete Barrier Options Barrier options whose barrier is monitored only at discrete times are called discrete barrier options. They are more common than the continuously monitored versions. The

More information

Math 370/408, Spring 2008 Prof. A.J. Hildebrand. Actuarial Exam Practice Problem Set 5 Solutions

Math 370/408, Spring 2008 Prof. A.J. Hildebrand. Actuarial Exam Practice Problem Set 5 Solutions Math 370/408, Spring 2008 Prof. A.J. Hildebrand Actuarial Exam Practice Problem Set 5 Solutions About this problem set: These are problems from Course 1/P actuarial exams that I have collected over the

More information

Discussions of Monte Carlo Simulation in Option Pricing TIANYI SHI, Y LAURENT LIU PROF. RENATO FERES MATH 350 RESEARCH PAPER

Discussions of Monte Carlo Simulation in Option Pricing TIANYI SHI, Y LAURENT LIU PROF. RENATO FERES MATH 350 RESEARCH PAPER Discussions of Monte Carlo Simulation in Option Pricing TIANYI SHI, Y LAURENT LIU PROF. RENATO FERES MATH 350 RESEARCH PAPER INTRODUCTION Having been exposed to a variety of applications of Monte Carlo

More information

How To Value Real Options

How To Value Real Options FIN 673 Pricing Real Options Professor Robert B.H. Hauswald Kogod School of Business, AU From Financial to Real Options Option pricing: a reminder messy and intuitive: lattices (trees) elegant and mysterious:

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

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

24. Pricing Fixed Income Derivatives. through Black s Formula. MA6622, Ernesto Mordecki, CityU, HK, 2006. References for this Lecture:

24. Pricing Fixed Income Derivatives. through Black s Formula. MA6622, Ernesto Mordecki, CityU, HK, 2006. References for this Lecture: 24. Pricing Fixed Income Derivatives through Black s Formula MA6622, Ernesto Mordecki, CityU, HK, 2006. References for this Lecture: John C. Hull, Options, Futures & other Derivatives (Fourth Edition),

More information

Pricing Dual Spread Options by the Lie-Trotter Operator Splitting Method

Pricing Dual Spread Options by the Lie-Trotter Operator Splitting Method Pricing Dual Spread Options by the Lie-Trotter Operator Splitting Method C.F. Lo Abstract In this paper, based upon the Lie- Trotter operator splitting method proposed by Lo 04, we present a simple closed-form

More information

Valuation of Asian Options

Valuation of Asian Options Valuation of Asian Options - with Levy Approximation Master thesis in Economics Jan 2014 Author: Aleksandra Mraovic, Qian Zhang Supervisor: Frederik Lundtofte Department of Economics Abstract Asian options

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

A SNOWBALL CURRENCY OPTION

A SNOWBALL CURRENCY OPTION J. KSIAM Vol.15, No.1, 31 41, 011 A SNOWBALL CURRENCY OPTION GYOOCHEOL SHIM 1 1 GRADUATE DEPARTMENT OF FINANCIAL ENGINEERING, AJOU UNIVERSITY, SOUTH KOREA E-mail address: gshim@ajou.ac.kr ABSTRACT. I introduce

More information

Building and Using Spreadsheet Decision Models

Building and Using Spreadsheet Decision Models Chapter 9 Building and Using Spreadsheet Decision Models Models A model is an abstraction or representation of a real system, idea, or object. Models could be pictures, spreadsheets, or mathematical relationships

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

Simulating Stochastic Differential Equations

Simulating Stochastic Differential Equations Monte Carlo Simulation: IEOR E473 Fall 24 c 24 by Martin Haugh Simulating Stochastic Differential Equations 1 Brief Review of Stochastic Calculus and Itô s Lemma Let S t be the time t price of a particular

More information

OPTIMAL CHOICE UNDER SHORT SELL LIMIT WITH SHARPE RATIO AS CRITERION AMONG MULTIPLE ASSETS

OPTIMAL CHOICE UNDER SHORT SELL LIMIT WITH SHARPE RATIO AS CRITERION AMONG MULTIPLE ASSETS OPTIMAL CHOICE UNDER SHORT SELL LIMIT WITH SHARPE RATIO AS CRITERION AMONG MULTIPLE ASSETS Ruoun HUANG *, Yiran SHENG ** Abstract: This article is the term paper of the course Investments. We mainly focus

More information

ACTS 4302 SOLUTION TO MIDTERM EXAM Derivatives Markets, Chapters 9, 10, 11, 12, 18. October 21, 2010 (Thurs)

ACTS 4302 SOLUTION TO MIDTERM EXAM Derivatives Markets, Chapters 9, 10, 11, 12, 18. October 21, 2010 (Thurs) Problem ACTS 4302 SOLUTION TO MIDTERM EXAM Derivatives Markets, Chapters 9, 0,, 2, 8. October 2, 200 (Thurs) (i) The current exchange rate is 0.0$/. (ii) A four-year dollar-denominated European put option

More information

Chapters 15. Delta Hedging with Black-Scholes Model. Joel R. Barber. Department of Finance. Florida International University.

Chapters 15. Delta Hedging with Black-Scholes Model. Joel R. Barber. Department of Finance. Florida International University. Chapters 15 Delta Hedging with Black-Scholes Model Joel R. Barber Department of Finance Florida International University Miami, FL 33199 1 Hedging Example A bank has sold for $300,000 a European call option

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

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

Monte Carlo Simulation

Monte Carlo Simulation Lecture 4 Monte Carlo Simulation Lecture Notes by Jan Palczewski with additions by Andrzej Palczewski Computational Finance p. 1 We know from Discrete Time Finance that one can compute a fair price for

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

OPTION PRICING FOR WEIGHTED AVERAGE OF ASSET PRICES

OPTION PRICING FOR WEIGHTED AVERAGE OF ASSET PRICES OPTION PRICING FOR WEIGHTED AVERAGE OF ASSET PRICES Hiroshi Inoue 1, Masatoshi Miyake 2, Satoru Takahashi 1 1 School of Management, T okyo University of Science, Kuki-shi Saitama 346-8512, Japan 2 Department

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

Black-Scholes Equation for Option Pricing

Black-Scholes Equation for Option Pricing Black-Scholes Equation for Option Pricing By Ivan Karmazin, Jiacong Li 1. Introduction In early 1970s, Black, Scholes and Merton achieved a major breakthrough in pricing of European stock options and there

More information

Option Portfolio Modeling

Option Portfolio Modeling Value of Option (Total=Intrinsic+Time Euro) Option Portfolio Modeling Harry van Breen www.besttheindex.com E-mail: h.j.vanbreen@besttheindex.com Introduction The goal of this white paper is to provide

More information

Stochastic volatility: option pricing using a multinomial recombining tree

Stochastic volatility: option pricing using a multinomial recombining tree Stochastic volatility: option pricing using a multinomial recombining tree Ionuţ Florescu 1,3 and Frederi G. Viens,4 1 Department of Mathematical Sciences, Stevens Institute of Technology, Castle Point

More information

Java Modules for Time Series Analysis

Java Modules for Time Series Analysis Java Modules for Time Series Analysis Agenda Clustering Non-normal distributions Multifactor modeling Implied ratings Time series prediction 1. Clustering + Cluster 1 Synthetic Clustering + Time series

More information

Sensex Realized Volatility Index

Sensex Realized Volatility Index Sensex Realized Volatility Index Introduction: Volatility modelling has traditionally relied on complex econometric procedures in order to accommodate the inherent latent character of volatility. Realized

More information

Slides for Risk Management VaR and Expected Shortfall

Slides for Risk Management VaR and Expected Shortfall Slides for Risk Management VaR and Expected Shortfall Groll Seminar für Finanzökonometrie Prof. Mittnik, PhD Groll (Seminar für Finanzökonometrie) Slides for Risk Management Prof. Mittnik, PhD 1 / 133

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

A Summary on Pricing American Call Options Under the Assumption of a Lognormal Framework in the Korn-Rogers Model

A Summary on Pricing American Call Options Under the Assumption of a Lognormal Framework in the Korn-Rogers Model BULLEIN of the MALAYSIAN MAHEMAICAL SCIENCES SOCIEY http:/math.usm.my/bulletin Bull. Malays. Math. Sci. Soc. 2 352A 2012, 573 581 A Summary on Pricing American Call Options Under the Assumption of a Lognormal

More information

1 Pricing options using the Black Scholes formula

1 Pricing options using the Black Scholes formula Lecture 9 Pricing options using the Black Scholes formula Exercise. Consider month options with exercise prices of K = 45. The variance of the underlying security is σ 2 = 0.20. The risk free interest

More information

Numerical Methods for Pricing Exotic Options

Numerical Methods for Pricing Exotic Options Numerical Methods for Pricing Exotic Options Dimitra Bampou Supervisor: Dr. Daniel Kuhn Second Marker: Professor Berç Rustem 18 June 2008 2 Numerical Methods for Pricing Exotic Options 0BAbstract 3 Abstract

More information

No-Arbitrage Condition of Option Implied Volatility and Bandwidth Selection

No-Arbitrage Condition of Option Implied Volatility and Bandwidth Selection Kamla-Raj 2014 Anthropologist, 17(3): 751-755 (2014) No-Arbitrage Condition of Option Implied Volatility and Bandwidth Selection Milos Kopa 1 and Tomas Tichy 2 1 Institute of Information Theory and Automation

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

arxiv:1108.4393v2 [q-fin.pr] 25 Aug 2011

arxiv:1108.4393v2 [q-fin.pr] 25 Aug 2011 arxiv:1108.4393v2 [q-fin.pr] 25 Aug 2011 Pricing Variable Annuity Contracts with High-Water Mark Feature V.M. Belyaev Allianz Investment Management, Allianz Life Minneapolis, MN, USA August 26, 2011 Abstract

More information

UNIVERSITY OF CALIFORNIA Los Angeles. A Monte Carlo Approach to Pricing An Exotic Currency Derivative Structure

UNIVERSITY OF CALIFORNIA Los Angeles. A Monte Carlo Approach to Pricing An Exotic Currency Derivative Structure UNIVERSITY OF CALIFORNIA Los Angeles A Monte Carlo Approach to Pricing An Exotic Currency Derivative Structure A thesis submitted in partial satisfaction of the requirements for the degree of Master of

More information

FORWARDS AND EUROPEAN OPTIONS ON CDO TRANCHES. John Hull and Alan White. First Draft: December, 2006 This Draft: March 2007

FORWARDS AND EUROPEAN OPTIONS ON CDO TRANCHES. John Hull and Alan White. First Draft: December, 2006 This Draft: March 2007 FORWARDS AND EUROPEAN OPTIONS ON CDO TRANCHES John Hull and Alan White First Draft: December, 006 This Draft: March 007 Joseph L. Rotman School of Management University of Toronto 105 St George Street

More information

Variance Reduction. Pricing American Options. Monte Carlo Option Pricing. Delta and Common Random Numbers

Variance Reduction. Pricing American Options. Monte Carlo Option Pricing. Delta and Common Random Numbers Variance Reduction The statistical efficiency of Monte Carlo simulation can be measured by the variance of its output If this variance can be lowered without changing the expected value, fewer replications

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

Asian Option Pricing Formula for Uncertain Financial Market

Asian Option Pricing Formula for Uncertain Financial Market Sun and Chen Journal of Uncertainty Analysis and Applications (215) 3:11 DOI 1.1186/s4467-15-35-7 RESEARCH Open Access Asian Option Pricing Formula for Uncertain Financial Market Jiajun Sun 1 and Xiaowei

More information

Variance Reduction Methods I

Variance Reduction Methods I Monte Carlo Simulation: IEOR E4703 Fall 2004 c 2004 by Martin Haugh Variance Reduction Methods I 1 Simulation Efficiency Suppose as usual that we wish to estimate θ := E[h(X)]. Then the standard simulation

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

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

Numerical Methods For Derivative Pricing with Applications to Barrier Options

Numerical Methods For Derivative Pricing with Applications to Barrier Options Numerical Methods For Derivative Pricing with Applications to Barrier Options by Kavin Sin Supervisor: Professor Lilia Krivodonova A thesis presented to the University of Waterloo in fulfillment of the

More information

Oscillatory Reduction in Option Pricing Formula Using Shifted Poisson and Linear Approximation

Oscillatory Reduction in Option Pricing Formula Using Shifted Poisson and Linear Approximation EPJ Web of Conferences 68, 0 00 06 (2014) DOI: 10.1051/ epjconf/ 20146800006 C Owned by the authors, published by EDP Sciences, 2014 Oscillatory Reduction in Option Pricing Formula Using Shifted Poisson

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