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

Size: px
Start display at page:

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

Transcription

1 Lecture Note 8 of Bus 41202, Spring 2017: Stochastic Diffusion Equation & Option Pricing We shall go over this note quickly due to time constraints. Key concept: Ito s lemma Stock Options: A contract giving its holder the right, but not obligation, to trade shares of a common stock by a certain date for a specified price. (In US, a contract involves 100 shares.) Call option: to buy Put option: to sell Specified price: strike price K date: expiration T (measured in years) Note: You can also write a call or put option (underwrite). Factors affecting the price of an option Current stock price: P t time to expiration: T t Risk-free interest rate: r per annum Stock volatility: σ annualized Payoff for European options (exercised at T only) Call option: V (P T ) = (P T K) + = 1 P T K if P T > K 0 if P T K

2 The holder only exercises her option if P T > K (buys the stock via exercising the option and sells the stock on the market). Put option: V (P T ) = (K P T ) + = K P T if P T < K 0 if P T K The holder only exercises her option if P T < K (buys the stock from the market and sells it via option). Mathematical framework Stock (log) price follows a diffusion equation, i.e. a continuoustime continuous stochastic process such as dx t = µ(x t, t)dt + σ(x t, t)dw t, where µ(x t, t) and σ(x t, t) are the drift and diffusion coefficient, respectively, and w t is a standard Brownian motion (or Wiener process). In a complete market, use hedging to derive the price of an option (no arbitrage argument). In an incomplete market (e.g. existence of jumps), specify risk and a hedging strategy to minimize the risk. Stochastic processes Wiener process (or Standard Brownian motion) notation: w t initial value: w 0 = 0 small increments are independent and normal time poits: 0 = t 0 < t 1 < < t n 1 < t n = t 2

3 { w i = w ti w ti 1 } property: w t N(0, t) are independent w t = w t+ t w t N(0, t). zero drift and rate of variance change is 1. That is, dw t = 0dt + 1dw t. A simple way to understand Wiener processes is to do simulation. In R, this can be achieved by using: n=5000 at = rnorm(n) wt = cumsum(at)/sqrt(n) plot(wt,type= l ) Repeat the above commands to generate lots of wt series. Generalized Wiener process dx t = µdt + σdw t, where the drift µ & rate of volatility change σ are constant. Ito s process dx t = µ(x t, t)dt + σ(x t, t)dw t, where both drift and volatility are time-varying. Geometric Brownian motion dp t = µp t dt + σp t dw t, so that µ(p t, t) = µp t and σ(p t, t) = σp t with µ and σ being constant. 3

4 Simulated Standard Brownian Motions w(t) time Figure 1: Time plots of four simulated Wiener processes 4

5 Illustration: Four simulated standard Brownian motions. key feature: variability increases with time. Assume that the price of a stock follows a geometric Brownian motion. What is the distribution of the log return? To answer this question, we need Ito s calculus. Review of differentiation G(x): a differentiable function of x. What is dg(x)? Taylor expansion: G 2 Letting x 0, we have How about G(x, y)? G G(x + x) G(x) = G x x x 2 ( x) dg = G x dx. 3 G x 3 ( x)3 +. G = G G x + x y y G 2 x 2 ( x)2 + 2 G x y x y G 2 y 2 ( y)2 +. Taking limit as x 0 and y 0, we have dg = G G dx + x y dy. Stochastic differentiation Now, consider G(x t, t) with x t being an Ito s process. 5

6 G = G G x + x t t G 2 x 2 ( x)2 + 2 G x t x t G 2 t 2 ( t)2 +. A discretized version of the Ito s process is x = µ t + σ ɛ t, where µ = µ(x t, t) and σ = σ(x t, t). Therefore, ( x) 2 = µ 2 ( t) 2 + σ 2 ɛ 2 t + 2µ σ ɛ( t) 3/2 = σ 2 ɛ 2 t + H( t). Thus, ( x) 2 contains a term of order t. E(σ 2 ɛ 2 t) = σ 2 t, Var(σ 2 ɛ 2 t) = E[σ 4 ɛ 4 ( t) 2 ] [E(σ 2 ɛ 2 t)] 2 = 2σ 4 ( t) 2, where we use E(ɛ 4 ) = 3. These two properties show that Consequently, Using this result, we have σ 2 ɛ 2 t σ 2 t as t 0. ( x) 2 σ 2 dt as t 0. dg = G G dx + x t dt G 2 x 2 σ2 dt = G x µ + G t G 2 This is the well-known Ito s lemma. 6 x 2 σ2 dt + G x σ dw t.

7 Example 1. Let G(w t, t) = w 2 t. What is dg(w t, t)? Answer: Here µ = 0 and σ = 1. Therefore, G w t = 2w t, G t = 0, 2 G w 2 t = 2. dw 2 t = (2w t )dt + 2w tdw t = dt + 2w t dw t. Example 2. If P t follows a geometric Brownian motion, what is the model for ln(p t )? Answer: Let G(P t, t) = ln(p t ). we have G P t = 1 P t, G t = 0, 1 2 G = Consequently, via Ito s lemma, we obtain d ln(p t ) = = 1 µp t + 1 P t 2 1 P 2 t P 2 t µ σ2 dt + σdw t Pt 2 σ 2 P 2 dt + 1 σp t dw t P t Thus, ln(p t ) follows a generalized Wiener Process with drift rate µ σ 2 /2 and variance rate σ 2. The log return from t to T is normal with mean (µ σ 2 /2)(T t) and variance σ 2 (T t). This result enables us to perform simulation. Let t be the time interval. Then, the result says ln(p t+ t ) = ln(p t ) + (µ σ 2 /2) t + tσɛ t+ t, 7 t

8 where ɛ t+ t is a N(0,1) random variable. By generating ɛ t+ t, we can obtain a simulated value for ln(p t+ t ). If one repeats the above simulation many times, one can take the average of ln(p t+ t ) as the expectation of ln(p t+ t ) given the model and ln(p t ). More specifically, one can use simulation to generate a distribution for ln(p t+ t ). In mathematical finance, this technique is referred to as discretization of a stochastic diffusion equation (SDE). The distribution of ln(p t+ t ) obtained in this way works when P t follows a geometric Brownian motion. The distribution, in general, is not equivalent to the true distribution of ln(p t+ t ) for a general SDE. Certain conditions must be met for the two distributions to be equivalent. Details are beyond this class. However, some results are available in the literature concerning the relationship between discrete-time distribution and continuous-time distribution. In other words, one derives conditions under which a discrete-time model converges to a continuous-time model when the time interval t approaches zero. For the GARCH-type models, GARCH-M has a diffusion limit under some regularity conditions. Return to the geometric Brownian motion. Even though we have a close-form solution for options pricing when σ is constant. We can simulate ln(p t+ t ) when σ t is time-varying. For instance, σ t may follow a GARCH(1,1) model. For options pricing, under risk neural assumption, µ is replaced by the risk-free interest rate per annum. This is another application of the volatility models discussed in Chapter 3. Example 3. If P t follows a geometric Brownian motion, what is the model for 1 P t? 8

9 Answer: Let G(P t ) = 1/P t. By Ito s lemma, the solution is d 1 P t = ( µ + σ 2 ) 1 P t dt σ 1 P t dw t, which is again a geometric Brownian motion. Estimation of µ and σ Assume that n log returns are available, say {r t t = 1,, n}. Statistical theory: Estimate the mean and variance by the sample mean and variance. n t=1 r t r = n, s 2 1 n r = (r t r) 2. n 1 t=1 Remember the length of time interval! Let be the length of time intervals measured in years. Then, the distribution of r t is We obtain the estimates r t N[(µ σ 2 /2), σ 2 ]. ˆσ = s r. ˆµ = r + ˆσ2 2 = r + s2 r 2. Example. Daily log returns of IBM stock in The data show r = and s r = Since = 1/252 year, we obtain that ˆσ = s r = , ˆµ = r + ˆσ2 2 =

10 Thus, the estimated expected return was 61.98% and the standard deviation was 30.4% per annum for IBM stock in Example. Daily log returns of Cisco stock in Data show r = and s r = , Also, Q(12) = Therefore, we have ˆσ = s r = = 0.418, 1.0/252.0 Expected return was 92.4% per annum Estimated s.d. was 41.8% per annum. ˆµ = r + ˆσ2 2 = Example. Daily log returns of Cisco stock in Data show r = and s r = Therefore, ˆσ = ˆµ = Time-varying nature of mean and volatility is clearly shown. Distributions of stock prices If the price follows then, ln(p T ) ln(p t ) N Consequently, given P t, ln(p T ) N dp t = µp t dt + σp t dw t, and we obtain (log-normal dist; ch. 1) (µ σ2 2 )(T t), σ2 (T t) ln(p t ) + (µ σ2 2 )(T t), σ2 (T t) E(P T ) = P t exp[µ(t t)], Var(P T ) = P 2 t exp[2µ(t t)]{exp[σ 2 (T t)] 1}. 10.,

11 The result can be used to make inference about P T. Simulation is often used to study the behavior of P T. Black-Scholes equation Price of stock: P t is a Geo. B. Motion price of derivative: G t = G(P t, t) contingent the stock Risk neutral world: expected returns are given by the risk-free interest rate (no arbitrage) From Ito s lemma: dg t = G t µp t + G t P t t A discretized version of the set-up: G t G t = µp t + G t P t t Consider the Portfolio: short on derivative long G t P t 2 G t P 2 t P t = µp t t + σp t w t, shares of the stock. Value of the portfolio is 2 G t P 2 t σ 2 Pt 2 dt + G t σp t dw t. P t σ 2 Pt 2 t + G t σp t w t, P t The change in value is V t = G t + G t P t P t. V t = G t + G t P t P t. 11

12 by substitution, we have V t = G t t G t P 2 t σ 2 P 2 t. No stochastic component involved. The portfolio must be risk-free during a small time interval. V t = rv t t where r is the risk-free interest rate. We then have G t t G t P 2 t σ 2 P 2 t = r t t G t G t P t t. P t and G t t + rp G t t + 1 P t 2 σ2 Pt 2 2 G t = rg Pt 2 t, the Black-Scholes differential equation for derivative pricing. Example. A forward contract on a stock (no dividend). Here G t = P t K exp[ r(t t)] where K is the delivery price. We have G t t = rk exp[ r(t t)], G t P t = 1, Substituting these quantities into LHS yields 2 G t P 2 t = 0. rk exp[ r(t t)] + rp t = r{p t K exp[ r(t t)]}, which equals RHS. Black-Scholes formulas 12

13 A European call option: expected payoff Price of the call: (current value) E [max(p T K, 0)] c t = exp[ r(t t)]e [max(p T K, 0)]. In a risk-neutral world, µ = r so that ln(p T ) N ln(p t ) + Let g(p T ) be the pdf of P T. Then, r σ2 (T t), σ 2 (T t) 2 c t = exp[ r(t t)] K (P T K)g(P T )dp T. After some algebra (appendix) c t = P t Φ(h + ) K exp[ r(t t)]φ(h ) where Φ(x) is the CDF of N(0, 1), h + = ln(p t/k) + (r + σ 2 /2)(T t) σ T t h = ln(p t/k) + (r σ 2 /2)(T t) σ = h + σ T t. T t See Chapter 6 for some interpretations of the formula. For put option: p t = K exp[ r(t t)]φ( h ) P t Φ( h + ). Alternatively, use the put-call parity: p t c t = K exp[ r(t t)] P t. Put-call parity: Same underlying stock, same strike price, same time to maturity. 13.

14 current Expiration date T date t P K K < P Write call c K P Buy put p K P Buy stock P P P Borrow Ke r(t t) K K Total Current amount: c p P + Ke r(t t). On the expiration date: 1. If P K: call is worthless, put is K P, stock P and owe bank K. Net worth = If K < P : call is K P, put is worthless, stock P and owe K. Net worth = 0. Under no arbitrage assumption: The initial position should be zero. That is, c = p + P Ke r(t t). Example. P t = $80. σ = 20% per annum. r = 8% per annum. What is the price of a European call option with a strike price of $90 that will expire in 3 months? From the assumptions, we have P t = 80, K = 90, T t = 0.25, σ = 0.2 and r = Therefore, ln(80/90) + ( /2) 0.25 h + =.2 = = h = h It can be found Φ(.9278) = , Φ( ) =

15 Therefore, c t = $80Φ( ) $90Φ( ) exp( 0.02) = $0.73. The stock price has to rise by $10.73 for the purchaser of the call option to break even. If K = $81, then c t = $80Φ( ) $81 exp( 0.02)Φ( ) = $3.49. Lower bounds of European options: No dividends. Why? Consider two portfolios: c t P t K exp[ r(t t)]. A: One European call option plus cash K exp[ r(t t)]. B: One share of the stock. For A: Invest the cash at risk-free interest rate. At time T, the value is K. If P T > K, the call option is exercised so that the portfolio is worth P T. If P T < K, the call option expires at T and the portfolio is worth K. Therefore, the value of the portfolio is max(p T, K). For B: The value at time T is P T. Thus, portfolio A must be worth more than portfolio B today; that is, c t + K exp[ r(t t)] P t. See Example 6.7 for an application. Stochastic integral The formula t 0 dx s = x t x 0 15

16 continues hold. In particular, t 0 dw s = w t w 0 = w t. From dw 2 t = dt + 2w t dw t we have Therefore, w 2 t = t + 2 t 0 w sdw s. t 0 w sdw s = 1 2 (w2 t t). Different from t 0 ydy = (y 2 t y 2 0)/2. Assume x t is a Geo. Brownian motion, dx t = µx t dt + σx t dw t. Apply Ito s lemma to G(x t, t) = ln(x t ), we obtain d ln(x t ) = Taking integration, we have Consequently, and t 0 d ln(x s) = Change x t to P t. The price is µ σ2 dt + σdw t. 2 µ σ2 2 t 0 ds + σ t 0 dw s. ln(x t ) = ln(x 0 ) + (µ σ 2 /2)t + σw t, Jump diffusion Weaknesses of diffusion models: x t = x 0 exp[(µ σ 2 /2)t + σw t ]. P t = P 0 exp[(µ σ 2 /2)t + σw t ]. 16

17 no volatility smile (convex function of implied volatility vs strike price) fail to capture effects of rare events (tails) Modification: jump diffusion and stochastic volatility Jumps are governed by a probability law: Poisson process: X t is a Poisson process if P r(x t = m) = λm t m exp( λt), λ > 0. m! Use a special jump diffusion model by Kou (2002). dp t = µdt + σdw t + d P t w t : a Wiener process, n t : a Poisson process with rate λ, n t i=1 (J i 1) {J i }: iid such that X = ln(j) has a double exp. dist. with probability density function, f X (x) = 1 2η e x κ /η, 0 < η < 1. the above three processes are independent. n t = the number of jumps in [0, t] and Poisson(λt). At the ith jump, the proportion of price jump is J i 1. For probability density function of the double exp. dist., see Figure 6.8 of the text. Stock price under the jump diffusion model: P t = P 0 exp[(µ σ 2 /2)t + σw t ] n t 17 i=1 J i.

18 This result can be used to obtain the distribution for the return series. Price of an option: Analytical results available, but complicated. Example P t = $80. K = $81. r = 0.08 and T t = Jump: λ = 10, κ = 0.02 and η = We obtain c t = $3.92, which is higher than $3.49 of Example 6.6. p t = $3.31, which is also higher. Some Greeks: option value V, stock price P 1. Delta: = V P 2. Gamma: Γ = P 3. Theta: Θ = V t. 4. Vega: partial derivative of V with respect to volatility. 18

Monte Carlo Simulations

Monte Carlo Simulations Monte Carlo Simulations Lecture 1 December 7, 2014 Outline Monte Carlo Methods Monte Carlo methods simulate the random behavior underlying the financial models Remember: When pricing you must simulate

More information

The Black-Scholes Model

The Black-Scholes Model The Black-Scholes Model Liuren Wu Options Markets (Hull chapter: 12, 13, 14) Liuren Wu ( c ) The Black-Scholes Model colorhmoptions Markets 1 / 17 The Black-Scholes-Merton (BSM) model Black and Scholes

More information

The Black-Scholes Model

The Black-Scholes Model The Black-Scholes Model Liuren Wu Options Markets Liuren Wu ( c ) The Black-Merton-Scholes Model colorhmoptions Markets 1 / 18 The Black-Merton-Scholes-Merton (BMS) model Black and Scholes (1973) and Merton

More information

Lecture 8: The Black-Scholes theory

Lecture 8: The Black-Scholes theory Lecture 8: The Black-Scholes theory Dr. Roman V Belavkin MSO4112 Contents 1 Geometric Brownian motion 1 2 The Black-Scholes pricing 2 3 The Black-Scholes equation 3 References 5 1 Geometric Brownian motion

More information

The Black-Scholes Model

The Black-Scholes Model IEOR E4706: Foundations of Financial Engineering c 2016 by Martin Haugh The Black-Scholes Model In these notes we will use Itô s Lemma and a replicating argument to derive the famous Black-Scholes formula

More information

Math489/889 Stochastic Processes and Advanced Mathematical Finance Solutions to Practice Problems

Math489/889 Stochastic Processes and Advanced Mathematical Finance Solutions to Practice Problems Math489/889 Stochastic Processes and Advanced Mathematical Finance Solutions to Practice Problems Steve Dunbar No Due Date: Practice Only. Find the mode (the value of the independent variable with the

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

( ) since this is the benefit of buying the asset at the strike price rather

( ) since this is the benefit of buying the asset at the strike price rather Review of some financial models for MAT 483 Parity and Other Option Relationships The basic parity relationship for European options with the same strike price and the same time to expiration is: C( KT

More information

3.1 Itô s Lemma for Continuous Stochastic Variables

3.1 Itô s Lemma for Continuous Stochastic Variables Lecture 3 Log Normal Distribution 3.1 Itô s Lemma for Continuous Stochastic Variables Mathematical Finance is about pricing (or valuing) financial contracts, and in particular those contracts which depend

More information

Definition Pricing Risk management Second generation barrier options. Barrier Options. Arfima Financial Solutions

Definition Pricing Risk management Second generation barrier options. Barrier Options. Arfima Financial Solutions Arfima Financial Solutions Contents Definition 1 Definition 2 3 4 Contenido Definition 1 Definition 2 3 4 Definition Definition: A barrier option is an option on the underlying asset that is activated

More information

The stochastic calculus

The stochastic calculus Gdansk A schedule of the lecture Stochastic differential equations Ito calculus, Ito process Ornstein - Uhlenbeck (OU) process Heston model Stopping time for OU process Stochastic differential equations

More information

STOCHASTIC CALCULUS AND BLACK-SCHOLES MODEL

STOCHASTIC CALCULUS AND BLACK-SCHOLES MODEL STOCHASTIC CALCULUS AND BLACK-SCHOLES MODEL YOUNGGEUN YOO Abstract. Ito s lemma is often used in Ito calculus to find the differentials of a stochastic process that depends on time. This paper will introduce

More information

Lévy models in finance

Lévy models in finance Lévy models in finance Ernesto Mordecki Universidad de la República, Montevideo, Uruguay PASI - Guanajuato - June 2010 Summary General aim: describe jummp modelling in finace through some relevant issues.

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

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

Advanced Topics in Derivative Pricing Models. Topic 4 - Variance products and volatility derivatives

Advanced Topics in Derivative Pricing Models. Topic 4 - Variance products and volatility derivatives Advanced Topics in Derivative Pricing Models Topic 4 - Variance products and volatility derivatives 4.1 Volatility trading and replication of variance swaps 4.2 Volatility swaps 4.3 Pricing of discrete

More information

Lecture 3. Sergei Fedotov Introduction to Financial Mathematics. Sergei Fedotov (University of Manchester) / 6

Lecture 3. Sergei Fedotov Introduction to Financial Mathematics. Sergei Fedotov (University of Manchester) / 6 Lecture 3 Sergei Fedotov 091 - Introduction to Financial Mathematics Sergei Fedotov (University of Manchester) 091 010 1 / 6 Lecture 3 1 Distribution for lns(t) Solution to Stochastic Differential Equation

More information

Bluff Your Way Through Black-Scholes

Bluff Your Way Through Black-Scholes Bluff our Way Through Black-Scholes Saurav Sen December 000 Contents What is Black-Scholes?.............................. 1 The Classical Black-Scholes Model....................... 1 Some Useful Background

More information

LIBOR models, multi-curve extensions, and the pricing of callable structured derivatives

LIBOR models, multi-curve extensions, and the pricing of callable structured derivatives Weierstrass Institute for Applied Analysis and Stochastics LIBOR models, multi-curve extensions, and the pricing of callable structured derivatives John Schoenmakers 9th Summer School in Mathematical Finance

More information

Lecture 11: Ito Calculus. Tuesday, October 23, 12

Lecture 11: Ito Calculus. Tuesday, October 23, 12 Lecture 11: Ito Calculus Continuous time models We start with the model from Chapter 3 log S j log S j 1 = µ t + p tz j Sum it over j: log S N log S 0 = NX µ t + NX p tzj j=1 j=1 Can we take the limit

More information

Continuous Time Finance. Tomas Björk

Continuous Time Finance. Tomas Björk Continuous Time Finance Tomas Björk 1 II Stochastic Calculus Tomas Björk 2 Typical Setup Take as given the market price process, S(t), of some underlying asset. S(t) = price, at t, per unit of underlying

More information

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

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

More information

Financial Economics & Insurance

Financial Economics & Insurance Financial Economics & Insurance Albert Cohen Actuarial Sciences Program Department of Mathematics Department of Statistics and Probability A336 Wells Hall Michigan State University East Lansing MI 48823

More information

The Use of Importance Sampling to Speed Up Stochastic Volatility Simulations

The Use of Importance Sampling to Speed Up Stochastic Volatility Simulations The Use of Importance Sampling to Speed Up Stochastic Volatility Simulations Stan Stilger June 6, 1 Fouque and Tullie use importance sampling for variance reduction in stochastic volatility simulations.

More information

MSc Financial Engineering CHRISTMAS ASSIGNMENT: MERTON S JUMP-DIFFUSION MODEL. To be handed in by monday January 28, 2013

MSc Financial Engineering CHRISTMAS ASSIGNMENT: MERTON S JUMP-DIFFUSION MODEL. To be handed in by monday January 28, 2013 MSc Financial Engineering 2012-13 CHRISTMAS ASSIGNMENT: MERTON S JUMP-DIFFUSION MODEL To be handed in by monday January 28, 2013 Department EMS, Birkbeck Introduction The assignment consists of Reading

More information

5. Itô Calculus. Partial derivative are abstractions. Usually they are called multipliers or marginal effects (cf. the Greeks in option theory).

5. Itô Calculus. Partial derivative are abstractions. Usually they are called multipliers or marginal effects (cf. the Greeks in option theory). 5. Itô Calculus Types of derivatives Consider a function F (S t,t) depending on two variables S t (say, price) time t, where variable S t itself varies with time t. In stard calculus there are three types

More information

- 1 - **** d(lns) = (µ (1/2)σ 2 )dt + σdw t

- 1 - **** d(lns) = (µ (1/2)σ 2 )dt + σdw t - 1 - **** These answers indicate the solutions to the 2014 exam questions. Obviously you should plot graphs where I have simply described the key features. It is important when plotting graphs to label

More information

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Solutions to Final Exam

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Solutions to Final Exam Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (30 pts) Answer briefly the following questions. 1. Suppose that

More information

The Black-Scholes PDE from Scratch

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

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam.

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam. The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (32 pts) Answer briefly the following questions. 1. Suppose

More information

Stochastic Processes and Stochastic Calculus - 9 Complete and Incomplete Market Models

Stochastic Processes and Stochastic Calculus - 9 Complete and Incomplete Market Models Stochastic Processes and Stochastic Calculus - 9 Complete and Incomplete Market Models Eni Musta Università degli studi di Pisa San Miniato - 16 September 2016 Overview 1 Self-financing portfolio 2 Complete

More information

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

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

More information

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

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

More information

European call option with inflation-linked strike

European call option with inflation-linked strike Mathematical Statistics Stockholm University European call option with inflation-linked strike Ola Hammarlid Research Report 2010:2 ISSN 1650-0377 Postal address: Mathematical Statistics Dept. of Mathematics

More information

Chapter 3: Black-Scholes Equation and Its Numerical Evaluation

Chapter 3: Black-Scholes Equation and Its Numerical Evaluation Chapter 3: Black-Scholes Equation and Its Numerical Evaluation 3.1 Itô Integral 3.1.1 Convergence in the Mean and Stieltjes Integral Definition 3.1 (Convergence in the Mean) A sequence {X n } n ln of random

More information

Importance Sampling for Option Pricing. Steven R. Dunbar. Put Options. Monte Carlo Method. Importance. Sampling. Examples.

Importance Sampling for Option Pricing. Steven R. Dunbar. Put Options. Monte Carlo Method. Importance. Sampling. Examples. for for January 25, 2016 1 / 26 Outline for 1 2 3 4 2 / 26 Put Option for A put option is the right to sell an asset at an established price at a certain time. The established price is the strike price,

More information

FIN FINANCIAL INSTRUMENTS SPRING 2008

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

More information

Risk Neutral Valuation

Risk Neutral Valuation copyright 2012 Christian Fries 1 / 51 Risk Neutral Valuation Christian Fries Version 2.2 http://www.christian-fries.de/finmath April 19-20, 2012 copyright 2012 Christian Fries 2 / 51 Outline Notation Differential

More information

AMH4 - ADVANCED OPTION PRICING. Contents

AMH4 - ADVANCED OPTION PRICING. Contents AMH4 - ADVANCED OPTION PRICING ANDREW TULLOCH Contents 1. Theory of Option Pricing 2 2. Black-Scholes PDE Method 4 3. Martingale method 4 4. Monte Carlo methods 5 4.1. Method of antithetic variances 5

More information

Numerical schemes for SDEs

Numerical schemes for SDEs Lecture 5 Numerical schemes for SDEs Lecture Notes by Jan Palczewski Computational Finance p. 1 A Stochastic Differential Equation (SDE) is an object of the following type dx t = a(t,x t )dt + b(t,x t

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (42 pts) Answer briefly the following questions. 1. Questions

More information

Basic Concepts in Mathematical Finance

Basic Concepts in Mathematical Finance Chapter 1 Basic Concepts in Mathematical Finance In this chapter, we give an overview of basic concepts in mathematical finance theory, and then explain those concepts in very simple cases, namely in the

More information

2.3 Mathematical Finance: Option pricing

2.3 Mathematical Finance: Option pricing CHAPTR 2. CONTINUUM MODL 8 2.3 Mathematical Finance: Option pricing Options are some of the commonest examples of derivative securities (also termed financial derivatives or simply derivatives). A uropean

More information

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane.

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane. Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane c Sateesh R. Mane 2017 14 Lecture 14 November 15, 2017 Derivation of 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

MFE/3F Questions Answer Key

MFE/3F Questions Answer Key MFE/3F Questions Download free full solutions from www.actuarialbrew.com, or purchase a hard copy from www.actexmadriver.com, or www.actuarialbookstore.com. Chapter 1 Put-Call Parity and Replication 1.01

More information

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

Market Volatility and Risk Proxies

Market Volatility and Risk Proxies Market Volatility and Risk Proxies... an introduction to the concepts 019 Gary R. Evans. This slide set by Gary R. Evans is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

More information

Stochastic Volatility

Stochastic Volatility Stochastic Volatility A Gentle Introduction Fredrik Armerin Department of Mathematics Royal Institute of Technology, Stockholm, Sweden Contents 1 Introduction 2 1.1 Volatility................................

More information

Black-Scholes Option Pricing

Black-Scholes Option Pricing Black-Scholes Option Pricing The pricing kernel furnishes an alternate derivation of the Black-Scholes formula for the price of a call option. Arbitrage is again the foundation for the theory. 1 Risk-Free

More information

last problem outlines how the Black Scholes PDE (and its derivation) may be modified to account for the payment of stock dividends.

last problem outlines how the Black Scholes PDE (and its derivation) may be modified to account for the payment of stock dividends. 224 10 Arbitrage and SDEs last problem outlines how the Black Scholes PDE (and its derivation) may be modified to account for the payment of stock dividends. 10.1 (Calculation of Delta First and Finest

More information

Finance: A Quantitative Introduction Chapter 8 Option Pricing in Continuous Time

Finance: A Quantitative Introduction Chapter 8 Option Pricing in Continuous Time Finance: A Quantitative Introduction Chapter 8 Option Pricing in Continuous Time Nico van der Wijst 1 Finance: A Quantitative Introduction c Cambridge University Press 1 Modelling stock returns in continuous

More information

Change of Measure (Cameron-Martin-Girsanov Theorem)

Change of Measure (Cameron-Martin-Girsanov Theorem) Change of Measure Cameron-Martin-Girsanov Theorem Radon-Nikodym derivative: Taking again our intuition from the discrete world, we know that, in the context of option pricing, we need to price the claim

More information

Option Pricing Formula for Fuzzy Financial Market

Option Pricing Formula for Fuzzy Financial Market Journal of Uncertain Systems Vol.2, No., pp.7-2, 28 Online at: www.jus.org.uk Option Pricing Formula for Fuzzy Financial Market Zhongfeng Qin, Xiang Li Department of Mathematical Sciences Tsinghua University,

More information

Math 416/516: Stochastic Simulation

Math 416/516: Stochastic Simulation Math 416/516: Stochastic Simulation Haijun Li lih@math.wsu.edu Department of Mathematics Washington State University Week 13 Haijun Li Math 416/516: Stochastic Simulation Week 13 1 / 28 Outline 1 Simulation

More information

1 Interest Based Instruments

1 Interest Based Instruments 1 Interest Based Instruments e.g., Bonds, forward rate agreements (FRA), and swaps. Note that the higher the credit risk, the higher the interest rate. Zero Rates: n year zero rate (or simply n-year zero)

More information

Stochastic Dynamical Systems and SDE s. An Informal Introduction

Stochastic Dynamical Systems and SDE s. An Informal Introduction Stochastic Dynamical Systems and SDE s An Informal Introduction Olav Kallenberg Graduate Student Seminar, April 18, 2012 1 / 33 2 / 33 Simple recursion: Deterministic system, discrete time x n+1 = f (x

More information

25857 Interest Rate Modelling

25857 Interest Rate Modelling 25857 UTS Business School University of Technology Sydney Chapter 20. Change of Numeraire May 15, 2014 1/36 Chapter 20. Change of Numeraire 1 The Radon-Nikodym Derivative 2 Option Pricing under Stochastic

More information

MASM006 UNIVERSITY OF EXETER SCHOOL OF ENGINEERING, COMPUTER SCIENCE AND MATHEMATICS MATHEMATICAL SCIENCES FINANCIAL MATHEMATICS.

MASM006 UNIVERSITY OF EXETER SCHOOL OF ENGINEERING, COMPUTER SCIENCE AND MATHEMATICS MATHEMATICAL SCIENCES FINANCIAL MATHEMATICS. MASM006 UNIVERSITY OF EXETER SCHOOL OF ENGINEERING, COMPUTER SCIENCE AND MATHEMATICS MATHEMATICAL SCIENCES FINANCIAL MATHEMATICS May/June 2006 Time allowed: 2 HOURS. Examiner: Dr N.P. Byott This is a CLOSED

More information

Option Pricing Models for European Options

Option Pricing Models for European Options Chapter 2 Option Pricing Models for European Options 2.1 Continuous-time Model: Black-Scholes Model 2.1.1 Black-Scholes Assumptions We list the assumptions that we make for most of this notes. 1. The underlying

More information

1 Implied Volatility from Local Volatility

1 Implied Volatility from Local Volatility Abstract We try to understand the Berestycki, Busca, and Florent () (BBF) result in the context of the work presented in Lectures and. Implied Volatility from Local Volatility. Current Plan as of March

More information

IEOR E4703: Monte-Carlo Simulation

IEOR E4703: Monte-Carlo Simulation IEOR E4703: Monte-Carlo Simulation Simulating Stochastic Differential Equations Martin Haugh Department of Industrial Engineering and Operations Research Columbia University Email: martin.b.haugh@gmail.com

More information

Monte Carlo Simulation of Stochastic Processes

Monte Carlo Simulation of Stochastic Processes Monte Carlo Simulation of Stochastic Processes Last update: January 10th, 2004. In this section is presented the steps to perform the simulation of the main stochastic processes used in real options applications,

More information

MFE/3F Questions Answer Key

MFE/3F Questions Answer Key MFE/3F Questions Download free full solutions from www.actuarialbrew.com, or purchase a hard copy from www.actexmadriver.com, or www.actuarialbookstore.com. Chapter 1 Put-Call Parity and Replication 1.01

More information

Hedging Under Jump Diffusions with Transaction Costs. Peter Forsyth, Shannon Kennedy, Ken Vetzal University of Waterloo

Hedging Under Jump Diffusions with Transaction Costs. Peter Forsyth, Shannon Kennedy, Ken Vetzal University of Waterloo Hedging Under Jump Diffusions with Transaction Costs Peter Forsyth, Shannon Kennedy, Ken Vetzal University of Waterloo Computational Finance Workshop, Shanghai, July 4, 2008 Overview Overview Single factor

More information

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

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

Exact Sampling of Jump-Diffusion Processes

Exact Sampling of Jump-Diffusion Processes 1 Exact Sampling of Jump-Diffusion Processes and Dmitry Smelov Management Science & Engineering Stanford University Exact Sampling of Jump-Diffusion Processes 2 Jump-Diffusion Processes Ubiquitous in finance

More information

Merton s Jump Diffusion Model

Merton s Jump Diffusion Model Merton s Jump Diffusion Model Peter Carr (based on lecture notes by Robert Kohn) Bloomberg LP and Courant Institute, NYU Continuous Time Finance Lecture 5 Wednesday, February 16th, 2005 Introduction Merton

More information

Option Pricing. 1 Introduction. Mrinal K. Ghosh

Option Pricing. 1 Introduction. Mrinal K. Ghosh Option Pricing Mrinal K. Ghosh 1 Introduction We first introduce the basic terminology in option pricing. Option: An option is the right, but not the obligation to buy (or sell) an asset under specified

More information

Errata, Mahler Study Aids for Exam 3/M, Spring 2010 HCM, 1/26/13 Page 1

Errata, Mahler Study Aids for Exam 3/M, Spring 2010 HCM, 1/26/13 Page 1 Errata, Mahler Study Aids for Exam 3/M, Spring 2010 HCM, 1/26/13 Page 1 1B, p. 72: (60%)(0.39) + (40%)(0.75) = 0.534. 1D, page 131, solution to the first Exercise: 2.5 2.5 λ(t) dt = 3t 2 dt 2 2 = t 3 ]

More information

1 The continuous time limit

1 The continuous time limit Derivative Securities, Courant Institute, Fall 2008 http://www.math.nyu.edu/faculty/goodman/teaching/derivsec08/index.html Jonathan Goodman and Keith Lewis Supplementary notes and comments, Section 3 1

More information

4. Black-Scholes Models and PDEs. Math6911 S08, HM Zhu

4. Black-Scholes Models and PDEs. Math6911 S08, HM Zhu 4. Black-Scholes Models and PDEs Math6911 S08, HM Zhu References 1. Chapter 13, J. Hull. Section.6, P. Brandimarte Outline Derivation of Black-Scholes equation Black-Scholes models for options Implied

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

Completeness and Hedging. Tomas Björk

Completeness and Hedging. Tomas Björk IV Completeness and Hedging Tomas Björk 1 Problems around Standard Black-Scholes We assumed that the derivative was traded. How do we price OTC products? Why is the option price independent of the expected

More information

The Black-Scholes Equation

The Black-Scholes Equation The Black-Scholes Equation MATH 472 Financial Mathematics J. Robert Buchanan 2018 Objectives In this lesson we will: derive the Black-Scholes partial differential equation using Itô s Lemma and no-arbitrage

More information

Empirically Calculating an Optimal Hedging Method. Stephen Arthur Bradley Level 6 project 20cp Deadline: Tuesday 3rd May 2016

Empirically Calculating an Optimal Hedging Method. Stephen Arthur Bradley Level 6 project 20cp Deadline: Tuesday 3rd May 2016 Empirically Calculating an Optimal Hedging Method Stephen Arthur Bradley Level 6 project 2cp Deadline: Tuesday 3rd May 216 1 Acknowledgment of Sources For all ideas taken from other sources (books, articles,

More information

WITH SKETCH ANSWERS. Postgraduate Certificate in Finance Postgraduate Certificate in Economics and Finance

WITH SKETCH ANSWERS. Postgraduate Certificate in Finance Postgraduate Certificate in Economics and Finance WITH SKETCH ANSWERS BIRKBECK COLLEGE (University of London) BIRKBECK COLLEGE (University of London) Postgraduate Certificate in Finance Postgraduate Certificate in Economics and Finance SCHOOL OF ECONOMICS,

More information

Stochastic Differential equations as applied to pricing of options

Stochastic Differential equations as applied to pricing of options Stochastic Differential equations as applied to pricing of options By Yasin LUT Supevisor:Prof. Tuomo Kauranne December 2010 Introduction Pricing an European call option Conclusion INTRODUCTION A stochastic

More information

M5MF6. Advanced Methods in Derivatives Pricing

M5MF6. Advanced Methods in Derivatives Pricing Course: Setter: M5MF6 Dr Antoine Jacquier MSc EXAMINATIONS IN MATHEMATICS AND FINANCE DEPARTMENT OF MATHEMATICS April 2016 M5MF6 Advanced Methods in Derivatives Pricing Setter s signature...........................................

More information

Partial differential approach for continuous models. Closed form pricing formulas for discretely monitored models

Partial differential approach for continuous models. Closed form pricing formulas for discretely monitored models Advanced Topics in Derivative Pricing Models Topic 3 - Derivatives with averaging style payoffs 3.1 Pricing models of Asian options Partial differential approach for continuous models Closed form pricing

More information

An Analytical Approximation for Pricing VWAP Options

An Analytical Approximation for Pricing VWAP Options .... An Analytical Approximation for Pricing VWAP Options Hideharu Funahashi and Masaaki Kijima Graduate School of Social Sciences, Tokyo Metropolitan University September 4, 215 Kijima (TMU Pricing of

More information

Option Pricing in Continuous-Time: The Black Scholes Merton Theory and Its Extensions

Option Pricing in Continuous-Time: The Black Scholes Merton Theory and Its Extensions Chapter 2 Option Pricing in Continuous-Time: The Black Scholes Merton Theory and Its Extensions This chapter is organized as follows: 1. Section 2 provides an overview of the option pricing theory in the

More information

Logarithmic derivatives of densities for jump processes

Logarithmic derivatives of densities for jump processes Logarithmic derivatives of densities for jump processes Atsushi AKEUCHI Osaka City University (JAPAN) June 3, 29 City University of Hong Kong Workshop on Stochastic Analysis and Finance (June 29 - July

More information

TEST OF BOUNDED LOG-NORMAL PROCESS FOR OPTIONS PRICING

TEST OF BOUNDED LOG-NORMAL PROCESS FOR OPTIONS PRICING TEST OF BOUNDED LOG-NORMAL PROCESS FOR OPTIONS PRICING Semih Yön 1, Cafer Erhan Bozdağ 2 1,2 Department of Industrial Engineering, Istanbul Technical University, Macka Besiktas, 34367 Turkey Abstract.

More information

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane.

Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 2017 Instructor: Dr. Sateesh Mane. Queens College, CUNY, Department of Computer Science Computational Finance CSCI 365 / 765 Fall 217 Instructor: Dr. Sateesh Mane c Sateesh R. Mane 217 13 Lecture 13 November 15, 217 Derivation of the Black-Scholes-Merton

More information

Probability in Options Pricing

Probability in Options Pricing Probability in Options Pricing Mark Cohen and Luke Skon Kenyon College cohenmj@kenyon.edu December 14, 2012 Mark Cohen and Luke Skon (Kenyon college) Probability Presentation December 14, 2012 1 / 16 What

More information

Geometric Brownian Motion

Geometric Brownian Motion Geometric Brownian Motion Note that as a model for the rate of return, ds(t)/s(t) geometric Brownian motion is similar to other common statistical models: ds(t) S(t) = µdt + σdw(t) or response = systematic

More information

1 Geometric Brownian motion

1 Geometric Brownian motion Copyright c 05 by Karl Sigman Geometric Brownian motion Note that since BM can take on negative values, using it directly for modeling stock prices is questionable. There are other reasons too why BM is

More information

Continous time models and realized variance: Simulations

Continous time models and realized variance: Simulations Continous time models and realized variance: Simulations Asger Lunde Professor Department of Economics and Business Aarhus University September 26, 2016 Continuous-time Stochastic Process: SDEs Building

More information

Black-Scholes-Merton Model

Black-Scholes-Merton Model Black-Scholes-Merton Model Weerachart Kilenthong University of the Thai Chamber of Commerce c Kilenthong 2017 Weerachart Kilenthong University of the Thai Chamber Black-Scholes-Merton of Commerce Model

More information

Lecture 4. Finite difference and finite element methods

Lecture 4. Finite difference and finite element methods Finite difference and finite element methods Lecture 4 Outline Black-Scholes equation From expectation to PDE Goal: compute the value of European option with payoff g which is the conditional expectation

More information

Stochastic Differential Equations in Finance and Monte Carlo Simulations

Stochastic Differential Equations in Finance and Monte Carlo Simulations Stochastic Differential Equations in Finance and Department of Statistics and Modelling Science University of Strathclyde Glasgow, G1 1XH China 2009 Outline Stochastic Modelling in Asset Prices 1 Stochastic

More information

25857 Interest Rate Modelling

25857 Interest Rate Modelling 25857 Interest Rate Modelling UTS Business School University of Technology Sydney Chapter 19. Allowing for Stochastic Interest Rates in the Black-Scholes Model May 15, 2014 1/33 Chapter 19. Allowing for

More information

Advanced topics in continuous time finance

Advanced topics in continuous time finance Based on readings of Prof. Kerry E. Back on the IAS in Vienna, October 21. Advanced topics in continuous time finance Mag. Martin Vonwald (martin@voni.at) November 21 Contents 1 Introduction 4 1.1 Martingale.....................................

More information

American Option Pricing Formula for Uncertain Financial Market

American Option Pricing Formula for Uncertain Financial Market American Option Pricing Formula for Uncertain Financial Market Xiaowei Chen Uncertainty Theory Laboratory, Department of Mathematical Sciences Tsinghua University, Beijing 184, China chenxw7@mailstsinghuaeducn

More information

Economathematics. Problem Sheet 1. Zbigniew Palmowski. Ws 2 dw s = 1 t

Economathematics. Problem Sheet 1. Zbigniew Palmowski. Ws 2 dw s = 1 t Economathematics Problem Sheet 1 Zbigniew Palmowski 1. Calculate Ee X where X is a gaussian random variable with mean µ and volatility σ >.. Verify that where W is a Wiener process. Ws dw s = 1 3 W t 3

More information

Dr. Maddah ENMG 625 Financial Eng g II 10/16/06

Dr. Maddah ENMG 625 Financial Eng g II 10/16/06 Dr. Maddah ENMG 65 Financial Eng g II 10/16/06 Chapter 11 Models of Asset Dynamics () Random Walk A random process, z, is an additive process defined over times t 0, t 1,, t k, t k+1,, such that z( t )

More information

Economics has never been a science - and it is even less now than a few years ago. Paul Samuelson. Funeral by funeral, theory advances Paul Samuelson

Economics has never been a science - and it is even less now than a few years ago. Paul Samuelson. Funeral by funeral, theory advances Paul Samuelson Economics has never been a science - and it is even less now than a few years ago. Paul Samuelson Funeral by funeral, theory advances Paul Samuelson Economics is extremely useful as a form of employment

More information

Volatility Smiles and Yield Frowns

Volatility Smiles and Yield Frowns Volatility Smiles and Yield Frowns Peter Carr NYU CBOE Conference on Derivatives and Volatility, Chicago, Nov. 10, 2017 Peter Carr (NYU) Volatility Smiles and Yield Frowns 11/10/2017 1 / 33 Interest Rates

More information