Ch 1. Wiener Process (Brownian Motion)

Size: px
Start display at page:

Download "Ch 1. Wiener Process (Brownian Motion)"

Transcription

1 Ch. Wiener Process (Brownian Motion) I. Introduction of Wiener Process II. Itô s Lemma III. Stochastic Integral IV. Solve Stochastic Differential Equations with Stochastic Integral his chapter introduces the stochastic process (especially the Wiener process), Itô s Lemma, and the stochastic intergral. he knowledge of the stochastic process is the foundation of derivative pricing and thus indispensable in the field of financial engineering. his course, however, is not a mathematic course. he goal of this chapter is to help students to build enough knowledge about the stochastic process and thus to be able to understand academic papers associated with derivative pricing. I. Introduction of Wiener Process he Wiener process, also called Brownian motion, is a kind of Markov stochastic process. Stochastic process: whose value changes over time in an uncertain way, and thus we only know the distribution of the possible values of the process at any time point. (In contrast to the stochastic process, a deterministic process is with an exact value at any time point.) Markov process: the likelihood of the state at any future time point depends only on its present state but not on any past states. In a word, the Markov stochastic process is a particular type of stochastic process where only the current value of a variable is relevant for predicting the future movement. he Wiener process Z(t) is in essence a series of normally distributed random variables, and for later time points, the variances of these normally distributed random variables increase to reflect that it is more uncertain (thus more difficult) to predict the value of the process after a longer period of time. See Figure - for illustration. -

2 Figure - Instead of assuming Z(t) N(, t), which cannot support algebraic calculations, the Wiener process dz is introduced. Z ε t (change in a time interval t) ε N(,) Z follows a normal distribution { E[ Z] = var( Z) = t std( Z) = t Z( ) Z() = n ε i t = Z i, where n = t Z( ) Z() also follows a normal distribution { E[Z( ) Z()] = var(z( ) Z()) = n t = std(z( ) Z()) = std(z( )) = Variances are additive because any pair of Z i and Z j (i j) are assumed to be independent. Z() = if there is no further assumption. As n, t converges to and is denoted as dt, which means an infinitesimal time interval. Correspondingly, Z is redenoted as dz. In conclusion, dz is noting more than a notation. It is invented to simplify the representation of a series of normal distributions, i.e., a Wiener process. -2

3 he properties of the Wiener process {Z(t)} for t : (i) (Normal increments) Z(t) Z(s) N(, t s). (ii) (Independence of increments) Z(t) Z(s) and Z(u) are independent, for u s < t. (iii) (Continuity of the path) Z(t) is a continuous function of t. Other properties: Jagged path: not monotone in any interval, no matter how small a interval is. None-differentiable everywhere: Z(t) is continuous but with infinitely many edges. Infinite variation on any interval: V Z ([a, b]) = variation of a real-valued function g on [a, b]: V g ([a, b]) = sup g(t i ) g(t i ), a = t < t 2 < < t n = b, P where P is the set of all possible partitions with mesh size going to zero as n goes to infinity Quadratic variation on [, t] is t [Z, Z](t) = [Z, Z]([, t]) = sup P Z(t i ) Z(t i ) 2 cov(z(t), Z(s)) = E[Z(t)Z(s)] E[Z(t)]E[Z(s)] = E[Z(t)Z(s)] (If s < t, Z(t) = Z(s) + Z(t) Z(s).) = E[Z 2 (s)] + E[Z(s)(Z(t) Z(s))] = E[Z 2 (s)] = var(z(s)) = s = min(t, s) (he covariance is the length of the overlapping time period (or the sharing path) between Z(t) and Z(s).) Generalized Wiener process dx = adt + bdz { E[dX] = adt var(dx) = b 2 dt std(dx) = b dt dx N(adt, b 2 dt) X( ) X() = n X i N(a, b 2 ) -3

4 Itô process (also called diffusion process) (Kiyoshi Itô, a Japanese mathematician, deceased in 28 at the age of 93.) dx=a(x, t)dt+b(x, t)dz drift and volatility are not constants, so it is no more simple to derive E[dX] and var(dx) (Both generalized Wiener processes and Itô process are called stochastic differential equation (SDE).) For the stock price, it is commonly assumed to follow an Itô process ds = µsdt + σsdz ds S ds S d ln S = µdt + σdz (also known as the geometric Brownian motion, GBM) N(µdt, σ2 dt) = d ln S = ds (WRONG!) (Note that this differential result is true only ds S S when S is a real-number variable. his kind of differentiation CANNO be applied to stochastic processes. he stochastic calculus is not exactly the same as the calculus for real-number variables.) In fact, the stock price follows the lognormal distribution based on the assumption of the geometric Brownian motion, but it does not mean d ln S N(µdt, σ 2 dt). (Advanced content) Stochastic volatility (SV) process for the stock price (Heston(993)): ds = µsdt + V SdZ S, dv = κ(θ V )dt + σ V V dzv, and corr(dz S, dz V ) = ρ SV. (Advanced content) Jump-diffusion process for the stock price (Merton(976)): ds = (µ λe[y S ])Sdt + σsdz + (Y S )Sdq, where dq is a Poisson (counting) process with the jump intensity λ, i.e., the probability of an event occuring during a time interval of length t is Prob {the event does not occur in (t, t + t], i.e., dq = } = λ t λ 2 ( t) 2... Prob {the event occurs once in (t, t + t], i.e., dq = } = λ t, Prob {the events occur twice in (t, t + t], i.e., dq = 2} = λ 2 ( t) 2. -4

5 and the random variable (Y S ) is the random percentage change in the stock price if the Poisson events occur. Merton (976) considers ln Y S N(µ J, σj 2 ). Note that dz, Y S, and dq are mutually independent. he introduction of the term (λe[y S ]) in the drift is to maintain the growth rate of S to be µ. his is because E[(Y S )dq] = E[Y S ] E[dq] = E[Y S ] λdt. If Y S follows the lognormal distribution, E[Y S ] = E[Y S ] = e E[ln Y S]+ = e µ J + 2 σ2 J. 2 var(ln Y S) II. Itô s Lemma Itô s Lemma is in essence the aylor series. aylor series: f(x, y) = f(x, y ) + f (x x x ) + f (y y y ) [ ] + 2 f (x x 2! x 2 ) f (x x x y )(y y ) + 2 f (y y y 2 ) 2 + Using Itô s Lemma to derive a stochastic differential equation: Given dx = a(x, t)dt + b(x, t)dz, and f(x, t) as a function of X and t, the stochastic differential equation for f can be derived as follows. df = ( f + f a + 2 f b 2 )dt + ( f b)dz, t X 2 X 2 X where a and b are the abbreviations of a(x, t) and b(x, t). he Itô s Lemma holds under the following approximations: (i) (dt) dt (dt).5 (dt) 2. (ii) dz dz =? By definition, dz dz = ε 2 dt. ε N(, ) var(ε) = E[ε 2 ] (E[ε]) 2 = E[ε 2 ] = E[(dZ) 2 ] = dt In addition, var((dz) 2 ) = var(ε 2 dt) = (dt) 2 var(ε 2 ) (because (dt) 2 ) dz dz a.s. = dt ( a.s. means almost surely ) -5

6 Itô s Lemma vs. differentiation of a deterministic function of time. For a deterministic function of time f(t), if df = g(t), we can interpret that with an dt infinitesimal change of dt, the change in f is g(t)dt, which is deterministic. he interpretation of the Itô s Lemma: with a infinitesimal change of dt, the change in f is ( f + f a + 2 f b 2 )dt + ( f b)dz. Note that the first term plays a similar role t X 2 X 2 X as g(t)dt, but the second term tells us that the change in f is random. o apply the Itô s Lemma is similar to taking the differentiation for stochastic processes. Based on the result of dz dz = (dz) 2 = dt, it is straightforward to infer that the quadratic variation of the Wiener process over [, t], i.e., [Z, Z](t) = [Z, Z]([, t]) = sup Z(t i ) P Z(t i ) 2, equals t. Similar to the derivation of the Itô s Lemma that E[(dZ) 2 ] = dt and var((dz) 2 ) when n (dt ), (Z(t i ) Z(t i )) 2 converges to t i t i almost surely if (t i t i ) is very small. his is because E[(Z(t i ) Z(t i )) 2 ] = E[ε 2 (t i t t )] = t i t t, and var((z(t i ) Z(t i )) 2 ) = var(ε 2 (t i t t )) = (t i t t ) 2 var(ε 2 ). So, we can conclude that when n (t i t t ), sup P (Z(t i ) Z(t i )) 2 = t. Example of applying the Itô s Lemma: f = ln S, ds = µsdt + σsdz d ln S = ( + µs σ 2 S 2 )dt + σsdz S 2 S 2 S = (µ σ2 )dt + σdz 2 ln S = (µ σ2 ) t + σ Z 2 ln S t+ t ln S t = (µ σ2 σ2 ) t + σ Z N((µ ) t, 2 2 σ2 t) ln S t+ t N(ln S t + (µ σ2 2 ) t, σ2 t) Consider t = t, n ln S t+ t ln S t N((µ σ2 ) t, 2 σ2 t) ln S t+2 t ln S t+ t N((µ σ2 ) t, 2 σ2 t). ln S ln S t N((µ σ2 ) t, 2 σ2 t) ln S ln S t N((µ σ2 2 )n t, σ2 n t) -6

7 ln S ln S t N((µ σ2 2 )( t), σ2 ( t)) ln S N(ln S t + (µ σ2 2 )( t), σ2 ( t)) he stock price is lognormal distributed. Another derivation: apply the stochastic integral on the both side of the equation d ln S t τ = σ2 (µ )dτ + σdz(τ) t 2 t Since the integrand is a constant and the variable τ is a real-number variable, it is simply the integral for a real-number variable. ln S τ t = (µ σ2 )( t) + 2 σ(z(τ) t ) Z( ) Z(t) Z( t) N(, t) ln S ln S t N((µ σ2 )( t), 2 σ2 ( t)) Example 2: f = S Ke r( t) (f is the value of a forward agreement) df = (µs rke r( t) )dt + σsdz Example 3: F = Se r( t) (F is the forward price of a stock) df = (µ r)f dt + σf dz Itô s Lemma for multiple variates ds S dx X = µ Sdt + σ S dz S (foreign stock price) = µ Xdt + σ X dz X (exchange rate: foreign dollar = X domestic dollars) Define f = S X (the value of a foreign stock share in units of domestic dollars) df=[ f t + f S µ SS + f X µ XX f S 2 σ 2 S S f X 2 σ 2 X X2 + 2 f ρ S X XS σ S σ X S X]dt + f σ S SSdZ S + f σ X XXdZ X df = [µ S XS + µ X XS + ρ XS σ S σ X SX]dt + σ S XSdZ S + σ X XSdZ X df f = (µ S + µ X + ρ XS σ S σ X )dt + σ S dz S + σ X dz X (because f = SX) dz S dz X = ε S dt εx dt = εs ε X dt E[dZ S dz X ] = E[ε S ε X ]dt = ρ XS dt var(dz S dz X ) = (dt) 2 var(ε S ε X ) a.s. dz S dz X = ρ XS dt -7

8 (Advanced content) Given ds = (µ λk Y )Sdt + σsdz + (Y S )Sdq, where K Y = E[Y S ] and f(s, t) as a function of S and t, the Itô s Lemma implies df = { f + f (µ λk t S Y )S f S 2 σ 2 S 2 + λe[f(sy S, t) f(s, t)]}dt + f S σsdz + (Y f )fdq, where λdte[f(sy S, t) f(s, t)] is the expected jump effect on f, and (Y f )dq is introduced to capture the unexpected (zero-mean) jump effect on f, where (Y f ) is the random percentage change in f if the Poisson event occurs. Note that λdte[f(sy S, t) f(s, t)] + (Y f )fdq represents the total effect on f if the Poisson event occurs. Suppose f = ln S, the Itô s Lemma implies d ln S = (µ λk Y 2 σ2 )dt + σdz + J ln S, where J ln S represents the total effect on ln S due to the random jump in S. If the jump occurs in S at t, we can obtain S(t + ) S(t) S(t) = (Y S ), since (Y S ) is the precentage change if the jump occurs. Rewriting the above eguation leads to S(t + ) S(t) = (Y S )S(t) = Y S S(t) S(t) S(t + ) = Y S S(t). he random jump in ln S at t, if the Poisson event occurs, is ln S(t + ) ln S(t) = ln Y S + ln S(t) ln S(t) = ln Y S. According to the above inference, we can express the total jump effect by J ln S = ln Y S dq, and thus d ln S = (µ 2 σ2 λk Y )dt + σdz + ln Y S dq. -8

9 III. Stochastic Integral Stochastic integral (or called Itô intergral or Itô calculus): allows one to integrate one stochastic process (the integrand) over another stochastic process (the integrator). Usually, the integrator is a Wiener process. b Integral over a stochastic process: X(τ)dZ(τ), where X(τ) can be a deterministic a function or a stochastic process, and dz(τ) is a Wiener process. (vs. integral over a realnumber variable: b f(y)dy, where f(y) is a deterministic function of the real-number a variable y) hree cases of X(τ) are discussed: simple deterministic processes, simple predictable processes, and general predictable processes (or Itô s processes). Stochastic integral for simple deterministic processes If X(τ) is a deterministic process, given any value of t, the value of X(τ) can be known exactly. herefore, in an infinitesimal time interval, (t i, t i ], the value of X(τ) can be approximated by a constant C i. he term simple means to approximate the process by a step function. (In contrast, if X(τ) is a stochastic process, given any value of τ, we only konw the distribution of possible values for X(τ).) Figure -2 X ( ) C 5 C C 3 C 2 C 4 t t t t t t 5 For simple deterministic processes, we can define the stochastic integral as follows. (his definition is similar to the rectangle method to define the integral over a real-number variable.) X(τ)dZ(τ) = n C i (Z(t i ) Z(t i )) N(, n Ci 2 (t i t i )) here should be a term lim in front of each n. It is omitted for simplicility. n -9

10 In the above equation, the reason for the final normal distribution:. he sum of normally distributed random variables is still a normally distributed random variable. 2. he mean for the resulting random variable is the sum of the mean of all normally distributed random variables. 3. he variance for the resulting random variable is the sum of the variances of all normally distributed random variables because all normally distributed random variables are independent. Note that the result of a stochastic intergral is a distribution, and we are interested in the mean and variance of this distribution. (i) According to the above definition, if X(t) =, the result of the stochastic integral is consistent with the definition of the Wiener process. X(τ)dZ(τ) = dz(τ) = Z(τ) = Z( ) Z() N(, ) = n (Z(t i ) Z(t i )) N(, n (t i t i )) = N(, ) (ii) Alternative way to calculate the variance of the result of the stochastic integral. var( XdZ) = E[( XdZ) 2 ] (E[ XdZ]) 2 = E[( XdZ) 2 ] = E[( n C i (Z(t i ) Z(t i ))) 2 ] = n C i C j E[(Z(t i ) Z(t i ))(Z(t j ) Z(t j ))] j= calculate the squared term in the expectation, and then apply the distributive property of the expectation over the addition and scaler multiplication = n Ci 2 (t i t i ) because cov(z(t i ) Z(t i ), Z(t j ) Z(t j )) =, and var(z(t i ) Z(t i )) = t i t i Simple predictable process: in the time interval (t i, t i ], the constant C i is replaced by a random variable ξ i, which depends on the values of Z(t) for t t i, but not on values of Z(t) for t > t i. herefore, X(t) is defined as follows. X(t) = ξi {t t=} + ξ i I {t ti <t t i }, where I is a indicator function and ξ is a constant. he corresponding stochastic intergral is defined as follows. X(τ)dZ(τ) ξ i (Z(t i ) Z(t i )). -

11 he reason for the name predictable :. he value of X(t) for (t i, t i ], ξ i, is determined based on the information set formed by {Z(t)} until t i, denoted by F ti. It is also called that ξ i is F ti -measurable. (See Figure -3) 2. In contrast, the value of Z(t i ) Z(t i ) will not realize until the time point t i, i.e., this value will be known based on the information set F ti. In other words, Z(t i ) is F ti -measurable. (See Figure -3) 3. herefore, we say that X(t) is predictable since we know its realized value just before the time point at which Z(t) is realized. 4. In the continuous-time model, Z(t) is F t -measurable (the realized value is known at t). For any process that we can know its realized value just before t, we call this process to be F t -measurable and thus predictable. Figure -3 i X () t ti t i Z( ti) Z( ti ) Z() t ti t i Stochastic integral of general predictable processes Let X n (t) be a sequence of simple predictable processes (which can be approximated by a step function with a series of predictable random variables) convergent in probability to the process X(t), which is general predictable (i.e., X(t) is predictable and X2 (τ)dτ< ). he sequence of their integrals Xn (τ)dz(τ) also converges to X(τ)dZ(τ) in probability, i.e., lim n X n (τ)dz(τ) = X(τ)dZ(τ). (In practice, the general predictable process is also known as the predictable process for short.) -

12 Any adapted and left continuous process is a predictable process. A process is an adapted process iff it is F t measurable. process Z(t) is an adapted process. For example, the Wiener A left-continuous function is a function which is continuous at all points when approached from the left. In addition, a function is continuous if and only if it is both right-continuous and left-continuous. Since Z(t) is a continuous function of t, it must be left-continuous. hus, we can conclude that Wiener process Z(t) is a predictable process, so Z(t) itself (or even all Itô processes) can be the integrand in a stochastic intrgral. his is also the reason for the name of the Itô integral. Figure -4 Left continuous Right continuous Solve Z(τ)dZ(τ), given Z() =. Define X n (t) = n Z(t i )I {t ti <t t i } ( lim X n (t) converges to Z(t) in probability) n Xn (τ)dz(τ) = n = 2 Z(t i )(Z(t i ) Z(t i )) [(Z(t i )) 2 (Z(t i )) 2 (Z(t i ) Z(t i )) 2 ] = 2 (Z( ))2 2 (Z())2 2 (Z(t i ) Z(t i )) 2 Z(τ)dZ(τ) = lim n Xn (τ)dz(τ) = (Z( 2 ))2 2-2

13 Properties of Itô Integral: (i) (αx(τ)+βy (τ))dz(τ) = α X(τ)dZ(τ)+β Y (τ)dz(τ) (distributive property) (ii) I [a,b](τ)dz(τ) = Z(b) Z(a), < a < b < (iii) E[ X(τ)dZ(τ)] = (iv) var( X(τ)dZ(τ)) = E[( X(τ)dZ(τ))2 ] = E[X(τ)2 ]dτ (Itô Isometry) Find E[ Z(τ)dZ(τ)] and var( Z(τ)dZ(τ)). (i) E[(Z( )) 2 ] = var(z( )) + E[Z( )] 2 = E[ Z(τ)dZ(τ)] = E[ 2 (Z( ))2 2 ] = (Property (iii) can be applied to obtaining the identical result directly.) (ii) var( Z(τ)dZ(τ)) = 4 var((z( ))2 ) Apply Property (iv) to finding var( = 4 {E[(Z( ))4 ] E[(Z( )) 2 ] 2 } = 4 {3 2 2 } = 2 If x N(µ, σ2 ), then E[x 4 ] = µ 4 + 6µ 2 σ 2 + 3σ 4. Since Z( ) N(, ), we can derive E[(Z( )) 4 ] = 3 2. Z(τ)dZ(τ)) as follows: var( Z(τ)dZ(τ)) = E[(Z(τ))2 ]dτ = τdτ = τ 2 2 =

14 IV. Solve Stochastic Differential Equations with Stochastic Integral How to solve X(t) systematically through the stochastic integral is the major application of the stochastic integral. Given dx(t) = αx(t)dt + σdz(t), solve X(t). }{{} Ornstein-Uhlenbeck process { αx(t) µ(x, t) σ σ(x, t) According to the stochastic integral, X(t) should satisfy X(t) = X()+ t µ(x, τ)dτ + t σ(x, τ)dz(τ) However, µ(x, t) is a function of X(t), so µ(x, t) is a stochastic process as well. Moreover, since the value of µ(x, t) is unknown due to the unsolved X(t). hus, we cannot derive X(t) by applying the stochastic integral directly. Define Y (t) = X(t)e αt dy (t) = e αt dx(t) + αe αt X(t)dt (through the Itô s Lemma) = e αt [ αx(t)dt + σdz(t)] + αe αt X(t)dt = σe αt dz(t) Y (t) = Y () + t σeατ dz(τ) a simple deterministic process X(t) = e αt (Y () + t σeατ dz(τ)), where Y () = X() Without the stochastic integral, as shown in the above example, different techniques should be employed to solve X(t). Later a systematical way to apply the stochastic integral to solving linear stochastic differential equations is introduced. It is worth noting that in the field of financial engineering, there is at least 95% of probability to consider linear stochastic differential equations. -4

15 Solution of a linear stochastic differential equation: Given dx(t)=(α(t) + β(t)x(t))dt + (γ(t) + δ(t)x(t))dz(t), solve X(t). (i) Like solving a differential equation (it needs to solve the corresponding homogeneous differential equation first), we solve this SDE in the case of α(t) = γ(t) = first. du(t) = β(t)u(t)dt + δ(t)u(t)dz(t) du(t) U(t) = β(t)dt + δ(t)dz(t) (he U(t) is similar to S(t), so we can apply the result on p.-6 to solve U(t).) t U(t) = U() exp( (β(τ) 2 δ2 (τ))dτ + δ(τ)dz(τ)) }{{} () t (ii) Consider X(t) = U(t) V (t), and U() = and V () = X(), where du(t) = β(t)u(t)dt + δ(t)u(t)dz(t), dv (t) = a(t)dt + b(t)dz(t). he integration by parts for stochastic processes: U(t)V (t) U()V () = t V (τ)du(τ) + t U(τ)dV (τ) + [U, V ](t), where [U, V ](t)= lim (U(t i ) U(t i ))(V (t i ) V (t i )) (quadratic covariation). n In addition, d[u, V ](t) = du(t) dv (t) = σ U σ V dt. (there is no product of drift terms because they are all with (dt) 2 or (dt).5, which is too small relative to dt.) Stochastic product rule: dx(t) = du(t) V (t) + U(t) dv (t) + d[u, V ](t), where d[u, V ](t) = du(t) dv (t) = δ(t)u(t)b(t)dt Substitute du(t) and dv (t) into the above equation, and compare with dx(t). b(t) U(t) = γ(t), a(t) U(t) = α(t) δ(t) γ(t) b(t) = γ(t) U(t), a(t) = α(t) δ(t)γ(t) t U(t) α(τ) δ(τ)γ(τ) γ(τ) V (t) = V () + dτ + U(τ) U(τ) dz(τ), }{{} X(t) = U(t) V (t) = () (2) t (2) where V () = X() -5

16 Brownian bridge (pinned Brownian motion): dx(t) = b X(t) dt + dz(t), t, X() = a t α(t) = b, β(t) =, γ(t) =, δ(t) = t t U(t) = U()exp( t (β(τ) 2 δ2 (τ))dτ + t δ(τ)dz(τ)) = exp( t dτ) = exp(ln( τ τ) t ) = exp(ln t) = t b(t) = t a(t) = b t t = b ( t) 2 t V (t) = V () }{{} + b ( τ) dτ + t dz(τ) 2 τ }{{} b X() = a b t X(t) = U(t) V (t) = t b [a + b + t dz(τ)] t τ X(t) = a( t ) + b t + ( t) t Figure -5 Xt () dz(τ), t <, lim X(t) = b τ t b lim X ( t ) b t a E[X(t)] = a( t ) + b t var(x(t)) = t t2 = t t2 t( t) = cov(x(t), X(s)) = min(s, t) st/ t he Brownian bridge is suited to formulate the process of the zero-coupon bond price because the bond price today is known and the bond value is equal to its face value on the maturity date. he disadvantage of fomulating the bond price to follow the Brownian bridge is that the zero-coupon bond price could be negative due to the normal distribution of dz(t) in dx(t). -6

17 Given X(t) = a( t ) + b t + ( t) t dz(τ), τ t( t) prove (i) var(x(t)) =. (ii) cov(x(t), X(s)) = s st (if t > s). (i) According to the fourth property of Itô integral, that is, var( X(τ)dZ(τ)) = E[X(τ)2 ]dτ, we can derive var(x(t)) = ( t) 2 t ( τ )2 dτ = ( t) 2 (( τ) t ) = ( t) 2 ( t( t) ) = t (Note that a( t ) + b t in X(t) contributes nothing to var(x(t)).) (ii) cov(x(t), X(s)) = cov(x(s) + X(t) X(s), X(s)) (assume s < t) = var(x(s)) + cov(x(t) X(s), X(s)) = = = = = s( s) ( t) t + cov(( t) t dz(τ) ( s) s τ s= t+t s = ( t) t s s( s) s( s) (t s)( s) var( s dz(τ) ( s) s τ dz(τ) τ dz(τ) (t s) s τ dz(τ)) τ (t s)( s)( s ( τ )2 dτ) s( s) (t s)( s)( ( s) ) s s2 (t s)( s)( s ( s) ) = s s2 st+s 2 = s st dz(τ), ( s) s τ dz(τ) τ dz(τ)) τ Introduction to Stochastic Calculus with Applications, Klebaner, 25-7

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

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

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

Reading: You should read Hull chapter 12 and perhaps the very first part of chapter 13.

Reading: You should read Hull chapter 12 and perhaps the very first part of chapter 13. FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 Asset Price Dynamics Introduction These notes give assumptions of asset price returns that are derived from the efficient markets hypothesis. Although a hypothesis,

More information

Stochastic calculus Introduction I. Stochastic Finance. C. Azizieh VUB 1/91. C. Azizieh VUB Stochastic Finance

Stochastic calculus Introduction I. Stochastic Finance. C. Azizieh VUB 1/91. C. Azizieh VUB Stochastic Finance Stochastic Finance C. Azizieh VUB C. Azizieh VUB Stochastic Finance 1/91 Agenda of the course Stochastic calculus : introduction Black-Scholes model Interest rates models C. Azizieh VUB Stochastic Finance

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

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

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

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

(1) Consider a European call option and a European put option on a nondividend-paying stock. You are given:

(1) Consider a European call option and a European put option on a nondividend-paying stock. You are given: (1) Consider a European call option and a European put option on a nondividend-paying stock. You are given: (i) The current price of the stock is $60. (ii) The call option currently sells for $0.15 more

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

Stochastic Modelling Unit 3: Brownian Motion and Diffusions

Stochastic Modelling Unit 3: Brownian Motion and Diffusions Stochastic Modelling Unit 3: Brownian Motion and Diffusions Russell Gerrard and Douglas Wright Cass Business School, City University, London June 2004 Contents of Unit 3 1 Introduction 2 Brownian Motion

More information

Brownian Motion. Richard Lockhart. Simon Fraser University. STAT 870 Summer 2011

Brownian Motion. Richard Lockhart. Simon Fraser University. STAT 870 Summer 2011 Brownian Motion Richard Lockhart Simon Fraser University STAT 870 Summer 2011 Richard Lockhart (Simon Fraser University) Brownian Motion STAT 870 Summer 2011 1 / 33 Purposes of Today s Lecture Describe

More information

Financial Risk Management

Financial Risk Management Risk-neutrality in derivatives pricing University of Oulu - Department of Finance Spring 2018 Portfolio of two assets Value at time t = 0 Expected return Value at time t = 1 Asset A Asset B 10.00 30.00

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

Homework Assignments

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

More information

Lecture 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

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

BROWNIAN MOTION Antonella Basso, Martina Nardon

BROWNIAN MOTION Antonella Basso, Martina Nardon BROWNIAN MOTION Antonella Basso, Martina Nardon basso@unive.it, mnardon@unive.it Department of Applied Mathematics University Ca Foscari Venice Brownian motion p. 1 Brownian motion Brownian motion plays

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

An Introduction to Point Processes. from a. Martingale Point of View

An Introduction to Point Processes. from a. Martingale Point of View An Introduction to Point Processes from a Martingale Point of View Tomas Björk KTH, 211 Preliminary, incomplete, and probably with lots of typos 2 Contents I The Mathematics of Counting Processes 5 1 Counting

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

Geometric Brownian Motions

Geometric Brownian Motions Chapter 6 Geometric Brownian Motions 1 Normal Distributions We begin by recalling the normal distribution briefly. Let Z be a random variable distributed as standard normal, i.e., Z N(0, 1). The probability

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

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

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 Note 8 of Bus 41202, Spring 2017: Stochastic Diffusion Equation & Option Pricing

Lecture Note 8 of Bus 41202, Spring 2017: Stochastic Diffusion Equation & Option Pricing 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

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

Risk Neutral Measures

Risk Neutral Measures CHPTER 4 Risk Neutral Measures Our aim in this section is to show how risk neutral measures can be used to price derivative securities. The key advantage is that under a risk neutral measure the discounted

More information

CHAPTER 5 ELEMENTARY STOCHASTIC CALCULUS. In all of these X(t) is Brownian motion. 1. By considering X 2 (t), show that

CHAPTER 5 ELEMENTARY STOCHASTIC CALCULUS. In all of these X(t) is Brownian motion. 1. By considering X 2 (t), show that CHAPTER 5 ELEMENTARY STOCHASTIC CALCULUS In all of these X(t is Brownian motion. 1. By considering X (t, show that X(τdX(τ = 1 X (t 1 t. We use Itô s Lemma for a function F(X(t: Note that df = df dx dx

More information

Introduction Taylor s Theorem Einstein s Theory Bachelier s Probability Law Brownian Motion Itô s Calculus. Itô s Calculus.

Introduction Taylor s Theorem Einstein s Theory Bachelier s Probability Law Brownian Motion Itô s Calculus. Itô s Calculus. Itô s Calculus Christopher Ting Christopher Ting http://www.mysmu.edu/faculty/christophert/ : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October 21, 2016 Christopher Ting QF 101 Week 10 October

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

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

Aspects of Financial Mathematics:

Aspects of Financial Mathematics: Aspects of Financial Mathematics: Options, Derivatives, Arbitrage, and the Black-Scholes Pricing Formula J. Robert Buchanan Millersville University of Pennsylvania email: Bob.Buchanan@millersville.edu

More information

A No-Arbitrage Theorem for Uncertain Stock Model

A No-Arbitrage Theorem for Uncertain Stock Model Fuzzy Optim Decis Making manuscript No (will be inserted by the editor) A No-Arbitrage Theorem for Uncertain Stock Model Kai Yao Received: date / Accepted: date Abstract Stock model is used to describe

More information

INVESTMENTS Class 2: Securities, Random Walk on Wall Street

INVESTMENTS Class 2: Securities, Random Walk on Wall Street 15.433 INVESTMENTS Class 2: Securities, Random Walk on Wall Street Reto R. Gallati MIT Sloan School of Management Spring 2003 February 5th 2003 Outline Probability Theory A brief review of probability

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

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

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

STOCHASTIC INTEGRALS

STOCHASTIC INTEGRALS Stat 391/FinMath 346 Lecture 8 STOCHASTIC INTEGRALS X t = CONTINUOUS PROCESS θ t = PORTFOLIO: #X t HELD AT t { St : STOCK PRICE M t : MG W t : BROWNIAN MOTION DISCRETE TIME: = t < t 1

More information

Simulation Analysis of Option Buying

Simulation Analysis of Option Buying Mat-.108 Sovelletun Matematiikan erikoistyöt Simulation Analysis of Option Buying Max Mether 45748T 04.0.04 Table Of Contents 1 INTRODUCTION... 3 STOCK AND OPTION PRICING THEORY... 4.1 RANDOM WALKS AND

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

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

Drunken Birds, Brownian Motion, and Other Random Fun

Drunken Birds, Brownian Motion, and Other Random Fun Drunken Birds, Brownian Motion, and Other Random Fun Michael Perlmutter Department of Mathematics Purdue University 1 M. Perlmutter(Purdue) Brownian Motion and Martingales Outline Review of Basic Probability

More information

IMPA Commodities Course : Forward Price Models

IMPA Commodities Course : Forward Price Models IMPA Commodities Course : Forward Price Models Sebastian Jaimungal sebastian.jaimungal@utoronto.ca Department of Statistics and Mathematical Finance Program, University of Toronto, Toronto, Canada http://www.utstat.utoronto.ca/sjaimung

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

RMSC 4005 Stochastic Calculus for Finance and Risk. 1 Exercises. (c) Let X = {X n } n=0 be a {F n }-supermartingale. Show that.

RMSC 4005 Stochastic Calculus for Finance and Risk. 1 Exercises. (c) Let X = {X n } n=0 be a {F n }-supermartingale. Show that. 1. EXERCISES RMSC 45 Stochastic Calculus for Finance and Risk Exercises 1 Exercises 1. (a) Let X = {X n } n= be a {F n }-martingale. Show that E(X n ) = E(X ) n N (b) Let X = {X n } n= be a {F n }-submartingale.

More information

θ(t ) = T f(0, T ) + σ2 T

θ(t ) = T f(0, T ) + σ2 T 1 Derivatives Pricing and Financial Modelling Andrew Cairns: room M3.08 E-mail: A.Cairns@ma.hw.ac.uk Tutorial 10 1. (Ho-Lee) Let X(T ) = T 0 W t dt. (a) What is the distribution of X(T )? (b) Find E[exp(

More information

No-arbitrage theorem for multi-factor uncertain stock model with floating interest rate

No-arbitrage theorem for multi-factor uncertain stock model with floating interest rate Fuzzy Optim Decis Making 217 16:221 234 DOI 117/s17-16-9246-8 No-arbitrage theorem for multi-factor uncertain stock model with floating interest rate Xiaoyu Ji 1 Hua Ke 2 Published online: 17 May 216 Springer

More information

Stochastic Calculus - An Introduction

Stochastic Calculus - An Introduction Stochastic Calculus - An Introduction M. Kazim Khan Kent State University. UET, Taxila August 15-16, 17 Outline 1 From R.W. to B.M. B.M. 3 Stochastic Integration 4 Ito s Formula 5 Recap Random Walk Consider

More information

Financial Derivatives Section 5

Financial Derivatives Section 5 Financial Derivatives Section 5 The Black and Scholes Model Michail Anthropelos anthropel@unipi.gr http://web.xrh.unipi.gr/faculty/anthropelos/ University of Piraeus Spring 2018 M. Anthropelos (Un. of

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

Financial Risk Management

Financial Risk Management Extensions of the Black-Scholes model University of Oulu - Department of Finance Spring 018 Dividend payment Extensions of the Black-Scholes model ds = rsdt + σsdz ÊS = S 0 e r S 0 he risk-neutral price

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

Enlargement of filtration

Enlargement of filtration Enlargement of filtration Bernardo D Auria email: bernardo.dauria@uc3m.es web: www.est.uc3m.es/bdauria July 6, 2017 ICMAT / UC3M Enlargement of Filtration Enlargement of Filtration ([1] 5.9) If G is a

More information

Deterministic Income under a Stochastic Interest Rate

Deterministic Income under a Stochastic Interest Rate Deterministic Income under a Stochastic Interest Rate Julia Eisenberg, TU Vienna Scientic Day, 1 Agenda 1 Classical Problem: Maximizing Discounted Dividends in a Brownian Risk Model 2 Maximizing Discounted

More information

KØBENHAVNS UNIVERSITET (Blok 2, 2011/2012) Naturvidenskabelig kandidateksamen Continuous time finance (FinKont) TIME ALLOWED : 3 hours

KØBENHAVNS UNIVERSITET (Blok 2, 2011/2012) Naturvidenskabelig kandidateksamen Continuous time finance (FinKont) TIME ALLOWED : 3 hours This question paper consists of 3 printed pages FinKont KØBENHAVNS UNIVERSITET (Blok 2, 211/212) Naturvidenskabelig kandidateksamen Continuous time finance (FinKont) TIME ALLOWED : 3 hours This exam paper

More information

Ornstein-Uhlenbeck Theory

Ornstein-Uhlenbeck Theory Beatrice Byukusenge Department of Technomathematics Lappeenranta University of technology January 31, 2012 Definition of a stochastic process Let (Ω,F,P) be a probability space. A stochastic process is

More information

ECON FINANCIAL ECONOMICS I

ECON FINANCIAL ECONOMICS I Lecture 3 Stochastic Processes & Stochastic Calculus September 24, 2018 STOCHASTIC PROCESSES Asset prices, asset payoffs, investor wealth, and portfolio strategies can all be viewed as stochastic processes.

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

Martingale representation theorem

Martingale representation theorem Martingale representation theorem Ω = C[, T ], F T = smallest σ-field with respect to which B s are all measurable, s T, P the Wiener measure, B t = Brownian motion M t square integrable martingale with

More information

Hedging Credit Derivatives in Intensity Based Models

Hedging Credit Derivatives in Intensity Based Models Hedging Credit Derivatives in Intensity Based Models PETER CARR Head of Quantitative Financial Research, Bloomberg LP, New York Director of the Masters Program in Math Finance, Courant Institute, NYU Stanford

More information

Saddlepoint Approximation Methods for Pricing. Financial Options on Discrete Realized Variance

Saddlepoint Approximation Methods for Pricing. Financial Options on Discrete Realized Variance Saddlepoint Approximation Methods for Pricing Financial Options on Discrete Realized Variance Yue Kuen KWOK Department of Mathematics Hong Kong University of Science and Technology Hong Kong * This is

More information

Introduction to Financial Derivatives

Introduction to Financial Derivatives 55.444 Introduction to Financial Derivatives Weeks of November 18 & 5 th, 13 he Black-Scholes-Merton Model for Options plus Applications 11.1 Where we are Last Week: Modeling the Stochastic Process for

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

Continuous time; continuous variable stochastic process. We assume that stock prices follow Markov processes. That is, the future movements in a

Continuous time; continuous variable stochastic process. We assume that stock prices follow Markov processes. That is, the future movements in a Continuous time; continuous variable stochastic process. We assume that stock prices follow Markov processes. That is, the future movements in a variable depend only on the present, and not the history

More information

13.3 A Stochastic Production Planning Model

13.3 A Stochastic Production Planning Model 13.3. A Stochastic Production Planning Model 347 From (13.9), we can formally write (dx t ) = f (dt) + G (dz t ) + fgdz t dt, (13.3) dx t dt = f(dt) + Gdz t dt. (13.33) The exact meaning of these expressions

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

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

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

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

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

BROWNIAN MOTION II. D.Majumdar

BROWNIAN MOTION II. D.Majumdar BROWNIAN MOTION II D.Majumdar DEFINITION Let (Ω, F, P) be a probability space. For each ω Ω, suppose there is a continuous function W(t) of t 0 that satisfies W(0) = 0 and that depends on ω. Then W(t),

More information

Utility Indifference Pricing and Dynamic Programming Algorithm

Utility Indifference Pricing and Dynamic Programming Algorithm Chapter 8 Utility Indifference ricing and Dynamic rogramming Algorithm In the Black-Scholes framework, we can perfectly replicate an option s payoff. However, it may not be true beyond the Black-Scholes

More information

Weierstrass Institute for Applied Analysis and Stochastics Maximum likelihood estimation for jump diffusions

Weierstrass Institute for Applied Analysis and Stochastics Maximum likelihood estimation for jump diffusions Weierstrass Institute for Applied Analysis and Stochastics Maximum likelihood estimation for jump diffusions Hilmar Mai Mohrenstrasse 39 1117 Berlin Germany Tel. +49 3 2372 www.wias-berlin.de Haindorf

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

Stochastic Processes and Brownian Motion

Stochastic Processes and Brownian Motion A stochastic process Stochastic Processes X = { X(t) } Stochastic Processes and Brownian Motion is a time series of random variables. X(t) (or X t ) is a random variable for each time t and is usually

More information

1 Mathematics in a Pill 1.1 PROBABILITY SPACE AND RANDOM VARIABLES. A probability triple P consists of the following components:

1 Mathematics in a Pill 1.1 PROBABILITY SPACE AND RANDOM VARIABLES. A probability triple P consists of the following components: 1 Mathematics in a Pill The purpose of this chapter is to give a brief outline of the probability theory underlying the mathematics inside the book, and to introduce necessary notation and conventions

More information

Introduction to Affine Processes. Applications to Mathematical Finance

Introduction to Affine Processes. Applications to Mathematical Finance and Its Applications to Mathematical Finance Department of Mathematical Science, KAIST Workshop for Young Mathematicians in Korea, 2010 Outline Motivation 1 Motivation 2 Preliminary : Stochastic Calculus

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

2 Control variates. λe λti λe e λt i where R(t) = t Y 1 Y N(t) is the time from the last event to t. L t = e λr(t) e e λt(t) Exercises

2 Control variates. λe λti λe e λt i where R(t) = t Y 1 Y N(t) is the time from the last event to t. L t = e λr(t) e e λt(t) Exercises 96 ChapterVI. Variance Reduction Methods stochastic volatility ISExSoren5.9 Example.5 (compound poisson processes) Let X(t) = Y + + Y N(t) where {N(t)},Y, Y,... are independent, {N(t)} is Poisson(λ) with

More information

Sensitivity Analysis on Long-term Cash flows

Sensitivity Analysis on Long-term Cash flows Sensitivity Analysis on Long-term Cash flows Hyungbin Park Worcester Polytechnic Institute 19 March 2016 Eastern Conference on Mathematical Finance Worcester Polytechnic Institute, Worceseter, MA 1 / 49

More information

JDEP 384H: Numerical Methods in Business

JDEP 384H: Numerical Methods in Business Chapter 4: Numerical Integration: Deterministic and Monte Carlo Methods Chapter 8: Option Pricing by Monte Carlo Methods JDEP 384H: Numerical Methods in Business Instructor: Thomas Shores Department of

More information

Asset Price Dynamics and Related Topics

Asset Price Dynamics and Related Topics Asset Price Dynamics and Related Topics 1 Introduction These notes are intended for students taking a course in Financial Engineering or Advanced Engineering Economy, as a supplement to lectures. 1 They

More information

Numerical Simulation of Stochastic Differential Equations: Lecture 1, Part 2. Integration For deterministic h : R R,

Numerical Simulation of Stochastic Differential Equations: Lecture 1, Part 2. Integration For deterministic h : R R, Numerical Simulation of Stochastic Differential Equations: Lecture, Part Des Higham Department of Mathematics University of Strathclyde Lecture, part : SDEs Ito stochastic integrals Ito SDEs Examples of

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

Introduction to Financial Derivatives

Introduction to Financial Derivatives 55.444 Introduction to Financial Derivatives Weeks of November 19 & 6 th, 1 he Black-Scholes-Merton Model for Options plus Applications Where we are Previously: Modeling the Stochastic Process for Derivative

More information

Simulating Stochastic Differential Equations

Simulating Stochastic Differential Equations IEOR E4603: Monte-Carlo Simulation c 2017 by Martin Haugh Columbia University Simulating Stochastic Differential Equations In these lecture notes we discuss the simulation of stochastic differential equations

More information

Stochastic Processes and Financial Mathematics (part two) Dr Nic Freeman

Stochastic Processes and Financial Mathematics (part two) Dr Nic Freeman Stochastic Processes and Financial Mathematics (part two) Dr Nic Freeman April 25, 218 Contents 9 The transition to continuous time 3 1 Brownian motion 5 1.1 The limit of random walks...............................

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

Stochastic Calculus, Application of Real Analysis in Finance

Stochastic Calculus, Application of Real Analysis in Finance , Application of Real Analysis in Finance Workshop for Young Mathematicians in Korea Seungkyu Lee Pohang University of Science and Technology August 4th, 2010 Contents 1 BINOMIAL ASSET PRICING MODEL Contents

More information

An Introduction to Computational Finance

An Introduction to Computational Finance An Introduction to Computational Finance P.A. Forsyth June 17, 2003 Contents 1 The First Option Trade 2 2 The Black-Scholes Equation 2 2.1 Background.................................... 2 2.2 Definitions.....................................

More information

Continuous Processes. Brownian motion Stochastic calculus Ito calculus

Continuous Processes. Brownian motion Stochastic calculus Ito calculus Continuous Processes Brownian motion Stochastic calculus Ito calculus Continuous Processes The binomial models are the building block for our realistic models. Three small-scale principles in continuous

More information

Lattice (Binomial Trees) Version 1.2

Lattice (Binomial Trees) Version 1.2 Lattice (Binomial Trees) Version 1. 1 Introduction This plug-in implements different binomial trees approximations for pricing contingent claims and allows Fairmat to use some of the most popular binomial

More information

Equivalence between Semimartingales and Itô Processes

Equivalence between Semimartingales and Itô Processes International Journal of Mathematical Analysis Vol. 9, 215, no. 16, 787-791 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/1.12988/ijma.215.411358 Equivalence between Semimartingales and Itô Processes

More information

Estimating the Greeks

Estimating the Greeks IEOR E4703: Monte-Carlo Simulation Columbia University Estimating the Greeks c 207 by Martin Haugh In these lecture notes we discuss the use of Monte-Carlo simulation for the estimation of sensitivities

More information

Conditional Full Support and No Arbitrage

Conditional Full Support and No Arbitrage Gen. Math. Notes, Vol. 32, No. 2, February 216, pp.54-64 ISSN 2219-7184; Copyright c ICSRS Publication, 216 www.i-csrs.org Available free online at http://www.geman.in Conditional Full Support and No Arbitrage

More information

Financial Stochastic Calculus E-Book Draft 2 Posted On Actuarial Outpost 10/25/08

Financial Stochastic Calculus E-Book Draft 2 Posted On Actuarial Outpost 10/25/08 Financial Stochastic Calculus E-Book Draft Posted On Actuarial Outpost 10/5/08 Written by Colby Schaeffer Dedicated to the students who are sitting for SOA Exam MFE in Nov. 008 SOA Exam MFE Fall 008 ebook

More information

7.1 Volatility Simile and Defects in the Black-Scholes Model

7.1 Volatility Simile and Defects in the Black-Scholes Model Chapter 7 Beyond Black-Scholes Model 7.1 Volatility Simile and Defects in the Black-Scholes Model Before pointing out some of the flaws in the assumptions of the Black-Scholes world, we must emphasize

More information

Mixing Di usion and Jump Processes

Mixing Di usion and Jump Processes Mixing Di usion and Jump Processes Mixing Di usion and Jump Processes 1/ 27 Introduction Using a mixture of jump and di usion processes can model asset prices that are subject to large, discontinuous changes,

More information