Andrey Itkin, Math 612-02 Selected Topics in Applied Mathematics – Computational Finance Andrey Itkin Course web page

Slides:



Advertisements
Similar presentations
A Multi-Phase, Flexible, and Accurate Lattice for Pricing Complex Derivatives with Multiple Market Variables.
Advertisements

Chapter 12: Basic option theory
1 Introduction to Binomial Trees Chapter A Simple Binomial Model A stock price is currently $20 A stock price is currently $20 In three months it.
Valuation of Financial Options Ahmad Alanani Canadian Undergraduate Mathematics Conference 2005.
Fi8000 Option Valuation II Milind Shrikhande. Valuation of Options ☺Arbitrage Restrictions on the Values of Options ☺Quantitative Pricing Models ☺Binomial.
Options, Futures, and Other Derivatives, 6 th Edition, Copyright © John C. Hull The Black-Scholes- Merton Model Chapter 13.
Chapter 14 The Black-Scholes-Merton Model
By: Piet Nova The Binomial Tree Model.  Important problem in financial markets today  Computation of a particular integral  Methods of valuation 
Basic Numerical Procedures Chapter 19 1 資管所 柯婷瑱 2009/07/17.
Chapter 12 Binomial Trees
Binomial Trees Chapter 11
Chapter 11 Binomial Trees
1 16-Option Valuation. 2 Pricing Options Simple example of no arbitrage pricing: Stock with known price: S 0 =$3 Consider a derivative contract on S:
4.1 Option Prices: numerical approach Lecture Pricing: 1.Binomial Trees.
Financial options1 From financial options to real options 2. Financial options Prof. André Farber Solvay Business School ESCP March 10,2000.
Chapter 20 Basic Numerical Procedures
Options and Speculative Markets Introduction to option pricing André Farber Solvay Business School University of Brussels.
Pricing an Option The Binomial Tree. Review of last class Use of arbitrage pricing: if two portfolios give the same payoff at some future date, then they.
McGraw-Hill/Irwin Copyright © 2002 by The McGraw-Hill Companies, Inc. All rights reserved Finance Chapter Ten Introduction to Binomial Trees.
Binnenlandse Francqui Leerstoel VUB Black Scholes and beyond André Farber Solvay Business School University of Brussels.
Binomial Trees Chapter 11 Options, Futures, and Other Derivatives, 7th International Edition, Copyright © John C. Hull
Fundamentals of Futures and Options Markets, 7th Ed, Ch 12, Copyright © John C. Hull 2010 Introduction to Binomial Trees Chapter 12 1.
Théorie Financière Financial Options Professeur André Farber.
Corporate Finance Options Prof. André Farber SOLVAY BUSINESS SCHOOL UNIVERSITÉ LIBRE DE BRUXELLES.
Derivatives Introduction to option pricing André Farber Solvay Business School University of Brussels.
Zvi WienerContTimeFin - 9 slide 1 Financial Engineering Risk Neutral Pricing Zvi Wiener tel:
Zheng Zhenlong, Dept of Finance,XMU Basic Numerical Procedures Chapter 19.
11.1 Options, Futures, and Other Derivatives, 4th Edition © 1999 by John C. Hull The Black-Scholes Model Chapter 11.
Financial Risk Management of Insurance Enterprises Valuing Interest Rate Options.
18.1 Options, Futures, and Other Derivatives, 5th edition © 2002 by John C. Hull Numerical Procedures Chapter 18.
Investment Analysis and Portfolio Management Lecture 10 Gareth Myles.
Properties of Stock Options
HJM Models.
1 Derivatives & Risk Management: Part II Models, valuation and risk management.
Chapter 26 More on Models and Numerical Procedures Options, Futures, and Other Derivatives, 8th Edition, Copyright © John C. Hull
1 MGT 821/ECON 873 Numerical Procedures. 2 Approaches to Derivatives Valuation How to find the value of an option?  Black-Scholes partial differential.
Interest Rate Derivatives: Model of the Short Rate Chapter 30 1 Options, Futures, and Other Derivatives, 7th Edition, Copyright © John C. Hull 2008.
Basic Numerical Procedures Chapter 19 1 Options, Futures, and Other Derivatives, 7th Edition, Copyright © John C. Hull 2008.
Basic Numerical Procedure
Fundamentals of Futures and Options Markets, 5 th Edition, Copyright © John C. Hull Binomial Trees in Practice Chapter 16.
Fundamentals of Futures and Options Markets, 6 th Edition, Copyright © John C. Hull Introduction to Binomial Trees Chapter 11.
Lecture 1: Introduction to QF4102 Financial Modeling
Binomial Option Pricing Model Finance (Derivative Securities) 312 Tuesday, 3 October 2006 Readings: Chapter 11 & 16.
1 Introduction to Binomial Trees Chapter A Simple Binomial Model A stock price is currently $20 In three months it will be either $22 or $18 Stock.
Math4143 W08, HM Zhu 2. Lattice Methods 2.3 Dealing with Options on Dividend-paying Stocks (Hull, Sec. 17.3, page 401)
© K.Cuthbertson, D. Nitzsche FINANCIAL ENGINEERING: DERIVATIVES AND RISK MANAGEMENT (J. Wiley, 2001) K. Cuthbertson and D. Nitzsche Lecture Asset Price.
Fundamentals of Futures and Options Markets, 5 th Edition, Copyright © John C. Hull Introduction to Binomial Trees Chapter 11.
Chapter 12 Binomial Trees
The Black-Scholes-Merton Model Chapter 13 Options, Futures, and Other Derivatives, 7th International Edition, Copyright © John C. Hull
Class Business Upcoming Groupwork Course Evaluations.
Options, Futures, and Other Derivatives, 4th edition © 1999 by John C. Hull 18.1 Exotic Options Chapter 18.
Chapter 30 Interest Rate Derivatives: Model of the Short Rate
Options, Futures, and Other Derivatives, 4th edition © 1999 by John C. Hull 9.1 Introduction to Binomial Trees Chapter 9.
Numerical Methods for derivatives pricing. 2 American Monte Carlo It’s difficult to price an option with early exercise using Monte Carlo But some options.
Option Dynamic Replication References: See course outline 1.
© 2013 Pearson Education, Inc., publishing as Prentice Hall. All rights reserved.10-1 The Binomial Solution How do we find a replicating portfolio consisting.
Binomial Trees Chapter 11
Binomial Trees in Practice
Introduction to Binomial Trees
Chapter 12 Binomial Trees
DERIVATIVES: Valuation Methods and Some Extra Stuff
Chapter 13 Binomial Trees
Binomial Trees in Practice
Binomial Trees Chapter 11
Théorie Financière Financial Options
Chapter 11 Binomial Trees.
Chapter 13 Binomial Trees
Presentation transcript:

Andrey Itkin, Math Selected Topics in Applied Mathematics – Computational Finance Andrey Itkin Course web page ourse/rutgers_course.html My

Andrey Itkin, Math What is computational finance? Why computational? –New sophisticated models –Performance issue –Calibration –Data issue and historical data Market demand for quant people Pre-requisites: –Stochastic calculus and related math –Financial models –Numerical methods –Programming Result: CF - very complex subject

Andrey Itkin, Math Course outline? 1.Closed-form solutions (BS world, stochastic volatility and Heston world, interest rates and Vasichek and Hull-White world) 2.Almost closed-form solutions – FFT, Laplace transform 3.Traditional probabilistic solutions – binomial, trinomial and implied trees 4.Modern solutions – finite-difference 5.Last chance - world of Monte Carlo, stochastic integration 6.Calibration – gradient optimizers, Levenberg-Marquardt 7.Advanced optimization – pattern search 8.Specificity of various financial instruments – exotics, variance products, complex payoffs. 9.Programming issues: Design of financial software, Excel/VBA-C++ bridge, Matlab-C++ bridge 10.Levy processes, VG, SSM.

Andrey Itkin, Math (Numerical technique) Engineering Mathematics (Basic stochastic calculus) Finance (Derivative pricing And hedging) This course Excerpt from Yuji Yamada’s course

Andrey Itkin, Math Lecture 1 1.Short overview of stochastic calculus 2.All we have to know about Black-Scholes 3.Traditional approach – binomial trees

Andrey Itkin, Math Binomial Trees Binomial trees are used to approximate the movements in the price of a stock or other asset In each small interval of time the stock price is assumed to move up by a proportional amount u or to move down by a proportional amount d

Andrey Itkin, Math Movements in Time  t Su Sd S p 1 – p

Andrey Itkin, Math Equation of tree Parameters We choose the tree parameters p, u, and d so that the tree gives correct values for the mean & standard deviation of the stock price changes in a risk-neutral world (from John Hull: ) – the expected value of the stock price E(Q) = Se r  t = pSu + (1– p ) Sd Log-normal process: var = S 2 e 2r  t (e σ2  t -1 ) = E(Q 2 ) – [E(Q)] 2  2  t = pu 2 + (1– p )d 2 – [pu + (1– p )d ] 2

Andrey Itkin, Math Solution to equations 2 equations, 3 unknown. One free choice: Cox Ross Rubinstein (CRR)

Andrey Itkin, Math Alternative Solution By Jarrow and Rudd

Andrey Itkin, Math Pro and Contra CRR – it leads to negative probabilities when σ < |(r-q)√  t|. Jarrow and Rudd – not as easy to calculate gamma and rho. If many time steps are chosen – low performance

Andrey Itkin, Math An alternative exlanations. Single period binomial model ( Excerpt from Yuji Yamada’s course ) X 1 (uS)=  uS+  r)  X 1 (dS)=  dS+  r)  t=1 uS dS p 1-p t=0 S Stock (1+r)  d<1+r<u  Bond X 0 =  S+  Portfolio

Andrey Itkin, Math C0C0 Single period binomial model Compare with portfolio process Two equations for two unknowns Solve these equations for  and 

Andrey Itkin, Math Comparison principle for each state

Andrey Itkin, Math It is (notationally) convenient to regardandas probabilities : Risk neutral probability (real probability is irrelevant)

Andrey Itkin, Math Multi-period binomial lattice model Stock priceCall price Finite number of one step models

Andrey Itkin, Math Backwards Induction We know the value of the option at the final nodes We work back through the tree using risk-neutral valuation to calculate the value of the option at each node, testing for early exercise when appropriate

Andrey Itkin, Math Stock priceCall price Apply one step pricing formula at each step, and solve backward until initial price is obtained.

Andrey Itkin, Math Perfect replication is possible Real probability is irrelevant Market is complete Risk neutral probability dominates the pricing formula Multi-period binomial lattice model

Andrey Itkin, Math Binomial Trees and Option Pricing (Two Fundamental Theorem of Asset Pricing (FTAP)) 1 st : T he no-arbitrage assumption implies there exists (at least) a probability measure Q called risk-neutral, or risk-adjusted, or equivalent martingale measure, under which the discounted prices are martingales 2 nd : Assuming complete market and no-arbitrage: there exists a unique risk-adjusted probability measure Q; any contingent claim has a unique price that is the discounted Q-expectation of its final pay-off

Andrey Itkin, Math Binomial Trees and Option Pricing (Cox-Ross-Rubinstein Formula) Cox-Ross- Rubinstein Formula: J is the set of integers between 0 and N: Risk-neutral probability:

Andrey Itkin, Math Binomial Trees and Option Pricing (Summary)

Andrey Itkin, Math American Put Option S 0 = 50; X = 50; r =10%;  = 40%; T = 5 months = ;  t = 1 month = The parameters imply u = ; d = ; a = ; p =

Andrey Itkin, Math Example (continued) Figure 18.3

Andrey Itkin, Math Calculation of Delta Delta is calculated from the nodes at time  t

Andrey Itkin, Math Calculation of Gamma Gamma is calculated from the nodes at time 2  t

Andrey Itkin, Math Calculation of Theta Theta is calculated from the central nodes at times 0 and 2  t

Andrey Itkin, Math Calculation of Vega We can proceed as follows Construct a new tree with a volatility of 41% instead of 40%. Value of option is 4.62 Vega is

Andrey Itkin, Math Trinomial Tree (Hull P.409) Again we want to match the mean and standard deviation of price changes. Terms of higher order than  t are ignored SS Sd Su pupu pmpm pdpd Equivalent to explicit FD of 1 st order

Andrey Itkin, Math Alternative solutions: Combine two steps of CRR: