Introduction to jump and Lévy processes. John Crosby

Size: px
Start display at page:

Download "Introduction to jump and Lévy processes. John Crosby"

Transcription

1 Introduction to jump and Lévy processes John Crosby Glasgow University / Grizzly Bear Capital My website is: If you spot any typos or errors, please me. My address is on my website. Lecture given Tuesday, 26th June 2012 for Module 4 of the M.Sc. course in Mathematical Finance at the Mathematical Institute, Oxford University. File date 5th June 2012 at 19.59

2 Motivation p2/82 The aim of this lecture is to give you a basic introduction to jump and Lévy processes and their uses in mathematical finance. Processes with jumps are being more commonly used. They are especially useful for modelling credit events (jumps to default) and commodity prices - although given the extreme market moves of Autumn 2008, they may well become more common in other asset classes as well. We know Brownian motion has continuous sample paths. Intuitively, large moves happen very rarely. Jump processes have discontinuous sample paths and, therefore, they allow for large sudden moves in the underlying price process. They can also capture skewness and excess kurtosis in price returns. The realised variance of a jump process is stochastic (even without introducing any notion of stochastic volatility). These properties are all observed in historical time-series (generated under the real-world measure). Additionally, jump processes (modelled under the (or a) equivalent martingale measure (the measure is rarely unique for jump processes because the market is typically incomplete)) can capture the effect of volatility smiles and skews which makes them attractive for derivatives pricing.

3 Motivation 2 p3/82 There are barriers to using jump processes. The mathematical machinery is a little more complex. Instead of needing to solve a partial differential equation (PDE) to price derivatives, one has to solve a partial-integro differential equation (PIDE) which is much harder. On the positive side, pricing vanilla options by Fourier methods is quite straightforward and there are efficient ways of performing Monte Carlo simulations.

4 Mathematics p4/82 We will freely use three important pieces of maths and one definition. The characteristic function of a process X t is defined to be: E[exp(izX t ))]. Here z can certainly be any real number and it can also, potentially, be complex as long as the expectation remains finite (which may place a restriction on its imaginary part). A probability distribution, with characteristic function φ(z) is said to be infinitely divisible if, for every integer n 1, φ(z) is also the n th power of a characteristic function. Not all probability distributions satisfy this (eg. uniform U(0, 1)) but many do (eg. Gaussian, Poisson, gamma). A process X t, defined for t 0, has stationary increments if the distribution of X t+s X t, for any t 0, depends only on s and not upon t, for all s 0. A process X t, defined for t 0, has independent increments if, for every possible set of times 0 t 1 < t 2 t 3 < t 4, X t4 X t3 is independent of X t2 X t1.

5 Poisson processes p5/82 The prototype jump process is the Poisson process N(t). It is a process with stationary and independent increments. It starts at time 0 with N( ) = 0. It has Poisson distributed increments which means its support (i.e. the set of values it can take) lies on the non-negative integers. We denote by λ the intensity rate of the process (with λ constant, 0 < λ < ). Then the probability that N(t) = n is given by: Note that: Prob(N(t) = n) = exp( λt)(λt)n. n! exp( λt)(λt) n = 1, n! n=0 (from the power series representation of the exp function) which is required for a distribution function. We can compute the characteristic function of the Poisson process:

6 Poisson processes 2 p6/82 Indeed: exp( λt)(λt) n E t0 [exp(izn(t))] = E t0 [E t0 [exp(izn(t))] N(t) = n]] = n! n=0 exp( λt)(λte iz ) n = = exp( λt) exp(λte iz ) n! n=0 = exp(λt(e iz 1)). exp(izn) We can differentiate the above and set z = 0, to find: E t0 [N(t)] = λt. We see that the intensity rate λ is the expected number of jumps per unit of time.

7 Poisson processes 3 p7/82 Before moving on, we state an important result concerning multiple Poisson processes. Suppose we have K independent Poisson processes N k (t) with intensity rates λ k, k = 1,...,..., K (0 < λ k < ). We consider the process L(t), which is the sum of these processes, i.e. L(t) = K k=1 N k(t), then: L(t) is a Poisson process with intensity rate K k=1 λ k. Proof: A probabilistic proof is in Ross (1997). Alternatively, note that: E t0 [exp(izl(t))] = E t0 [exp(iz = K N k (t))] = k=1 K E t0 [exp(izn k (t))] (independence) k=1 K [exp(λ k t(e iz 1))] = exp( k=1 K λ k t(e iz 1)), which is the characteristic function of a Poisson process with intensity rate K k=1 λ k. We use this result later. k=1

8 Poisson processes 4 p8/82 The simple Poisson process defined above is a starting point, but it can only jump up by unity, so we need something richer to have a suitable model for modelling risk-neutral stock prices. Firstly, we would like to have a range of possible (and, indeed, even random) jump amplitudes (not just unity). We can capture this by using a compound Poisson process. Secondly, we have the intuition that jumps are rare events. Most of the time, we expect stock prices movements to be small. We can capture this by adding a Brownian motion to the compound Poisson process. The sum is called a jump-diffusion process.

9 Jump-diffusion processes p9/82 The compound Poisson process is constructed as follows: We have a Poisson process N(t) (with N( ) = 0) with intensity rate λ (with λ constant, 0 < λ < ). Every time the Poisson process jumps, we draw an independent and identically distributed random variable J (which, as a special case, could be a constant, not necessarily one - nor necessarily positive) from a given distribution for which the probability of J being in the (Borel) set A is Prob(J A) = ν(a)/λ, further implying ν(r) = λ which can also be expressed as λ = ν(dx). We construct a process X t, with X t0 = 0, as a sum of a Brownian motion W t (with W t0 = 0) with volatility term σ (0 < σ < ) and the compound Poisson process, together with a drift term γ.

10 Jump-diffusion processes 2 p10/82 We write (recall 0): X t = γt + σw t + Note that N(t) is the (random) number of jumps until time t and that J is (in general) a random variable - more specifically, it is the outcome of an independent draw from the specified distribution - so it can (and will) be different for each k. The convention is always that, if N(t) = 0, i.e. the sum is empty, then the sum is set to zero. W t, N(t) and J are independent. N(t) k=1 J.

11 Jump-diffusion processes 3 p11/82 We compute the characteristic function of X t. The characteristic function of the Brownian component is E t0 [exp(izσw t )] = exp( 1 2 σ2 z 2 t) (standard result or integrate over the Gaussian density function and complete the square). Hence, the characteristic function of X t is (using independence of N(t) and J and then that the random variables J are independent and identically distributed and then the power series for the exp function):

12 Jump-diffusion processes 4 p12/82 E t0 [exp(iz(x t ))] = E t0 [exp(iz(γt + σw t + N(t) n=1 J))] N(t) = exp(izγt 1 2 σ2 z 2 t)e t0 [E t0 [exp(iz( J)) J = x, N(t) = k]] = exp(izγt 1 2 σ2 z 2 t) = exp(izγt 1 2 σ2 z 2 t) n=1 exp( λt)(λt) k k=0 k=0 = exp(izγt 1 2 σ2 z 2 t) exp( λt) exp(λt = exp(izγt 1 2 σ2 z 2 t) exp(λt( k! k ( n=1 exp( λt)(λt eizx ν(dx) λ )k k! e izxν(dx) λ e izxν(dx) λ ) 1)). e izxν(dx) λ )

13 Jump-diffusion processes 5 p13/82 This can be re-expressed as: E t0 [exp(iz(x t ))] = exp(izγt 1 2 σ2 z 2 t) exp(λt( = exp(izγt 1 2 σ2 z 2 t) exp(t( The last two lines are equivalent since λ = ν(dx). e izxν(dx) λ 1)) (e izx 1)ν(dx))). The characteristic function of X t can also be expressed as E t0 [exp(iz(x t ))] exp(tφ(z)), where Φ(z) is called the characteristic exponent : Φ(z) izγ 1 2 σ2 z 2 + (e izx 1)ν(dx).

14 Jump-diffusion processes 6 p14/82 We note one fact for future reference: Denote the expectation of J by m J i.e. m J = xν(dx) λ. If we form the process M t = X t λm J t, then M t0 = 0 and, furthermore, the characteristic function of M t is: E t0 [exp(iz(m t ))] = exp(t(izγ 1 2 σ2 z 2 + This means the characteristic exponent of M t is: izγ 1 2 σ2 z 2 + (e izx 1 izx)ν(dx). (e izx 1 izx)ν(dx))).

15 Jump-diffusion processes 7 p15/82 We will be concerned with constructing a model for the evolution of stock prices in a risk-neutral world. We assume the absence of arbitrage which certainly guarantees the existence of at least one equivalent martingale measure. However, for models with jumps, because the market is (except in rare special cases) incomplete, the equivalent martingale measure is not unique. That is, multiple equivalent martingale measures exist, all of which are consistent with no-arbitrage but the price of a derivative security will be different for each possible equivalent martingale measure. We will assume that one such martingale measure Q has been fixed (typically by a calibration to the market prices of options) on a filtered probability space (Ω, F, {F t } t t0 0, Q). The filtration F is the natural filtration generated by W t, N(t) and J.

16 Jump-diffusion processes 8 p16/82 The jump-diffusion process introduced above is rich enough to be used to model the dynamics of stock prices under Q. As with the standard Black-Scholes model, we model log prices. We assume that the stock price, S(t), at time t, with t 0, X t0 = 0, is: S(t) = S( ) exp((r q)t) exp(x t ) = S( ) exp((r q)t) exp(γt + σw t + where r is the risk-free interest-rate and q is the dividend yield (both assumed constant for notational simplicity). However, we must specify γ. We know that the drift rate on the stock, under Q, must be r q. Equivalently, E Q t 1 [S(t 2 )] = S(t 1 ) exp((r q)(t 2 t 1 )), for any t 2 t 1 0. Therefore, we must choose γ such that E Q [exp(x t )] = 1 to have a model consistent with no-arbitrage. N(t) n=1 J),

17 Jump-diffusion processes 9 p17/82 We must choose: γ = 1 2 σ2 (e x 1)ν(dx). Why this choice? The characteristic function becomes: ( E Q [exp(iz(x t ))] = exp(iz 1 ) 2 σ2 (e x 1)ν(dx) t 1 2 σ2 z 2 t) exp(t( (e izx 1)ν(dx))). Now set z = i or iz = 1, and it is clear, that with this choice of γ, that E Q [exp(x t )] = 1.

18 Jump-diffusion processes 10 p18/82 Rearranging, we can now write the stock price dynamics as: where k (ex 1)ν(dx). log S(t) = log S( ) + (r q 1 2 σ2 k)t + σw t + Note that the term 1 2 σ2 is the usual term we see in the standard Black-Scholes (pure diffusion) model. In differential notation, we write this as: N(t) n=1 d log S(t) = (r q 1 2 σ2 k)dt + σdw t + JdN(t). J,

19 Ito s lemma for jump-diffusion processes p19/82 There is a form of Ito s lemmma for jump-diffusion processes. We will state it by considering a slightly more general process. Consider a process X t, for t 0, of the form: X t = X t0 + b(u, X u )du + σ(u, X u )dw u + N(t) n=1 X n, where b(t, X t ) and σ(t, X t ) are continuous nonanticipating processes with E Q [ σ(u, X u ) 2 du] <, and where X n = X Tn X Tn. Here, T n, n = 1,..., N(t) denote the jump times of X t. Note that the notation X n = X Tn X Tn reinforces a key point about the process X t. It is right-continuous left-limits (RCLL or cadlag). This means that X t = lim u t X u includes the effect of any jump at time t, whereas X t = lim u t X u is the value just before a potential jump. Now consider the process Y t = f(t, X t ), where f : [, ) R R is any C 1,2 function.

20 Ito s lemma for jump-diffusion processes 2 p20/82 Then f(t, X t ) = f(, X t0 ) N(t) n=1,t n t In differential notation, this is written: dy t with X t = X t X t. [ f u (u, X u ) + f X (u, X u )b(u, X u )]du 2 f X 2(u, X u )σ 2 (u, X u )du + (f(t n, X Tn + X n ) f(t n, X Tn )). f X (u, X u )σ(u, X u )dw u = f t (t, X t )dt + f X (t, X t )b(t, X t )dt f 2 X 2(t, X t )σ 2 (t, X t )dt + f X (t, X t )σ(t, X t )dw t + (f(t, X t + X t ) f(t, X t ))dn(t),

21 Ito s lemma for jump-diffusion processes 3 p21/82 Proof (outline): Note that in the time intervals (T n, T n+1 ), the process Y t = f(t, X t ) is continuous and we can apply the standard form of Ito s lemma. If a jump of size X n occurs in X t, then the resulting change in Y t is simply f(t n, X Tn + X n ) f(t n, X Tn ). The total change can be written as the sum of the continuous and discontinuous parts. We have the process for log of the stock price log S(t): log S(t) = log S( ) + (r q 1 2 σ2 k)t + σw t + What is the process for the stock price S(t) itself? N(t) n=1 J,

22 Ito s lemma for jump-diffusion processes 4 p22/82 Here the function f is f(t, log S(t)) = exp(log S(t)). We get S(t) = S( ) + + N(t) n=1,t n t (r q k)s(u )du + (exp(j) 1)S(T n ). σs(u )dw u Or in differential notation: ds(t) S(t ) = (r q k)dt + σdw t + (exp(j) 1)dN(t). Note k = (ex 1)ν(dx) which can be written as k = λe Q [exp(j) 1], where this expectation should be interpreted as the expected value, under Q, of exp(j) 1, conditional on a jump occuring and where λ is the intensity rate of N(t) under Q. So we can also write: ds(t) S(t ) = (r q)dt + σdw t + (exp(j) 1)dN(t) λe Q [exp(j) 1]dt.

23 Stochastic integral formula p23/82 A slight digression: Suppose we consider the process Y t, t 0, with Y t0 0, defined via Y t N(t) n=1 some well-behaved function f. Then what is E Q [Y t ]? We have: N(t) E Q [Y t ] = E Q [ n=1 N(t) f(j)] = E Q [E Q [ n=1 = E Q [ke Q [f(j)]] = λte Q [f(j)] = λt = t f(x)ν(dx). f(j) N(t) = k]] = E Q [E Q [ Therefore, the process {Y t t f(x)ν(dx)} i.e. the process { N(t) n=1 f(j) t f(x)ν(dx)} is a martingale. f(x) ν(dx) λ k f(j)]] n=1 f(j), for

24 Stochastic integral formula 2 p24/82 In differential notation, this is sometimes written: E Q [f(j)dn(t) λe Q [f(j)]dt] = 0. Or, essentially equivalently, sometimes as: E Q [f(j)dn(t)] = f(x)ν(dx)dt. The choice f(j) = exp(j) 1 gives extra intuition on the final equation, two slides ago. There is a stochastic integral formula which resembles these last results: If we mean correct the Poisson process so it is a martingale, then stochastic integrals (which, financially, are the profit or loss from a self-financing trading strategy) with respect to the mean corrected Poisson process have zero expectation (which is completely analogous to the Brownian motion case).

25 Pricing equation p25/82 Is there an equivalent to the Black-Scholes PDE? Yes, but the derivation is different. Suppose we have an option that matures at time T at which time it pays C(T ). What is its price C(t), at time t? We let Ĉ(t) be the forward price of the option, at time t to time T i.e. Ĉ(t) C(t) exp(r(t t)). In the absence of arbitrage, the price of the option is its expected discounted value (under Q). Therefore, C(t) = E Q t [exp( r(t t))c(t )] which is the same as Ĉ(t) = E Q t [Ĉ(T )], since Ĉ(T ) = C(T ) exp(r(t T )) = C(T ). Therefore, Ĉ(t) is a martingale under Q. Therefore the drift of Ĉ(t) is zero. But we can compute the drift by applying Ito s lemma. We apply it with y(t) log S(t) for convenience so Ĉ(t) (and also C(t)) is a function of y(t) as well as of t.

26 Pricing equation 2 p26/82 Ito gives us: Ĉ dĉ(t) = t dt + (r q 1 2 σ2 k) Ĉ y dt + 1 Ĉ 2 σ2 2 y dt 2 + σ Ĉ y dw t + (Ĉ(t, y(t ) + y(t)) Ĉ(t, y(t )))dn(t). Now take expectations under Q. The expected value of the term (Ĉ(t, y(t ) + y(t)) Ĉ(t, y(t )))dn(t) is simply (Ĉ(t, y + x) Ĉ(t, y))ν(dx)dt. This follows from slide Stochastic integral formula 2. Setting the expected value to zero, we get: 0 = Ĉ t + (r q 1 2 σ2 k) Ĉ y + 1 Ĉ 2 σ2 2 y 2 + (Ĉ(t, y + x) Ĉ(t, y))ν(dx).

27 Pricing equation 3 p27/82 Now we switch back to C(t). Since, Ĉ(t) C(t) exp(r(t t)), then Ĉ t = C t furthermore, using k = (ex 1)ν(dx) and rearranging, we get: rc(t) = C t + (r q 1 2 σ2 ) C y + 1 C 2 σ2 2 y 2 + (C(t, y + x) C(t, y) (e x 1) C y )ν(dx). The first line is exactly the same as the Black-Scholes pde (remember we are in log co-ordinates: y(t) log S(t)). rc(t), and, The second line is new. With jumps, we get a non-local-term, an integral term. So we get a PIDE (partial-integro differential equation). In general, these are harder to solve than PDEs but they can be solved (very occasionally analytically but more typically numerically with some appropriate treatment of the integral term).

28 Pricing equation 4 p28/82 For future reference, we switch back to stock price co-ordinates S(t) and then we can write our pricing PIDE as: rc(t, S(t)) = C (t, S(t)) + (r q) C t S (t, S(t))S + 1 C 2 σ2 2 (t, S(t))S2 S2 + (C(t, S(t) exp(x)) C(t, S(t)) S(t)(e x 1) C S )ν(dx). or in terms of the forward stock price Ŝ(t), at time t to time T, defined via Ŝ(t) S(t) exp((r q)(t t)), and the forward option price Ĉ(t) Ĉ(t, Ŝ(t)) as: 0 = Ĉ (t, Ŝ(t)) + ( k) Ĉ t Ŝ (t, Ŝ(t))Ŝ + 1 Ĉ 2 σ2 2 (t, Ŝ(t))Ŝ2 Ŝ2 + where we used k = (ex 1)ν(dx) again. (Ĉ(t, Ŝ(t) exp(x)) Ĉ(t, Ŝ(t)))ν(dx),

29 Hedging under jump-diffusion processes p29/82 We have derived a counterpart to the Black-Scholes pde but we did not do so by a Merton-style delta-hedging argument. Nevertheless, it is instructive to see what happens if we try to follow a Merton-style delta-hedging argument. Specifically, we consider a self-financing trading strategy defined by holding one option (we will, again, work with the forward option price Ĉ(t)) and selling φ t units of stock in the forward market. One technical issue is that the process φ t is a non-anticipating predictable (i.e. it is F t measurable) caglad process (i.e. it has right limits as opposed to the process for the stock price S(t) (and for the forward stock price Ŝ(t)) which has left limits).

30 Hedging under jump-diffusion processes 2 p30/82 We hedge in the forward market, just for mathematical convenience, in order to avoid keeping track of terms involving r and q. We note that the dynamics of the forward stock price under Q are, by Ito s lemma: dŝ(t) Ŝ(t ) = ( k)dt + σdw t + (exp(j) 1)dN(t). We enter into the self-financing trading strategy at time t (at which time it costs nothing) and continue it until the option matures at time T, at all times holding one option (in the forward market) and being short φ t units of stock (in the forward market). The value of the self-financing trading strategy at time T is: T ɛ(φ t ) Ĉ(T ) Ĉ(t) φ u dŝ(u). t

31 Hedging under jump-diffusion processes 3 p31/82 Using Ito s lemma, the value of the self-financing trading strategy at time T is: ɛ(φ t ) = + + T t T t [ Ĉ Ĉ (u, Ŝ(u )) + (u, Ŝ(u ))( k)ŝ(u )]du u Ŝ 1 2 Ĉ T 2 (u, Ŝ(u ))σ2 Ŝ(u ) 2 Ĉ du + Ŝ2 t Ŝ (u, Ŝ(u ))σŝ(u )dw u N(T ) (Ĉ(T n, Ŝ(T n ) + Ŝ(t)) Ĉ(T n, Ŝ(T n ))) n=1,t<t n T T t φ u ( k)ŝ(u )du T N(T ) n=1,t<t n T φ Tn (exp(j) 1)Ŝ(T n ). t φ u σŝ(u )dw u Now use the fact that Ĉ(t, Ŝ(t)) certainly satisfies our pricing PIDE and rearrange:

32 Hedging under jump-diffusion processes 4 p32/82 The value of the self-financing trading strategy at time T is: ɛ(φ t ) = + + T t ( Ĉ Ŝ (u, Ŝ(u )) φu)σŝ(u )dw u N(T ) (Ĉ(T n, Ŝ(T n ) + Ŝ(t)) Ĉ(T n, Ŝ(T n ))) n=1,t<t n T T t T t (Ĉ(u, Ŝ(u ) exp(x)) Ĉ(u, Ŝ(u )))ν(dx)du N(T ) φ u kŝ(u )du n=1,t<t n T φ Tn (exp(j) 1)Ŝ(T n ). Now the first line of this equation is a martingale and so are the second and third (using slide Stochastic integral formula 2 ) taken together as, also, is the fourth line (this uses the result k = (ex 1)ν(dx) again).

33 Hedging under jump-diffusion processes 5 p33/82 So the expected value of the self-financing trading strategy under Q is zero i.e. E Q t [ɛ(φ t )] = 0. This is actually true for any value of φ t. But the key point about the Merton-style argument in the Black-Scholes (pure diffusion) framework is that not only is the expected value zero but, also with the choice φ t = Ĉ, the actual realised value is always zero i.e. the strategy is a Ŝ perfect hedge. If we were to choose φ t = Ĉ, we would hedge out the risk from the Brownian component but Ŝ not from the jump component. Therefore, it would NOT be a perfect hedge. What can we do? We can certainly compute the variance V Q t [ɛ(φ t )] of ɛ(φ t ) under Q. With the Merton-style argument in the Black-Scholes (pure diffusion) framework, the variance would be zero since it is a perfect hedge. What is it with jumps included?

34 Hedging under jump-diffusion processes 6 p34/82 Using Ito s isometry formulae, and using the fact that E Q t [ɛ(φ t )] = 0, we get: V Q t [ɛ(φ t )] = E Q t [ + E Q t [ T t ( Ĉ Ŝ (u, Ŝ(u )) φu)σŝ(u ) 2 du] t T Ĉ(u, Ŝ(u ) exp(x)) Ĉ(u, Ŝ(u )) φ u (exp(x) 1)Ŝ(u ) 2 ν(dx)du]. Note this is a positive quadratic function of φ t. It is instrutive to ask what value of φ t minimises the variance V Q t [ɛ(φ t )]. We can find this out by differentiating V Q t [ɛ(φ t )] with respect to φ t and setting the resulting equation to zero.

35 Hedging under jump-diffusion processes 7 p35/82 We get (after trivial algebraic rearrangement): 0 = ( Ĉ Ŝ (t, Ŝ(t )) φ t)σ 2 Ŝ 2 (t ) + ( (Ĉ(t, Ŝ(t ) exp(x)) Ĉ(t, Ŝ(t )) φ t (exp(x) 1)Ŝ(t ))(exp(x) 1)Ŝ(t )ν(dx)). Solving for φ t, we get: φ t = σ 2 Ĉ 1 (t, Ŝ(t )) + ( Ŝ Ŝ(t ) (Ĉ(t, Ŝ(t ) exp(x)) Ĉ(t, Ŝ(t )))(exp(x) 1)ν(dx)) σ 2 + (exp(x). 1)2 ν(dx) Note this is the optimal hedge and it is valid for all t up to the option maturity T - not just at the time the self-financing trading strategy is entered into or the option is first bought - although, clearly, φ t will change as the stock price changes i.e. it is a dynamic strategy.

36 Hedging under jump-diffusion processes 8 p36/82 Note that for a forward contract: Ĉ(t, Ŝ(t )) = Ŝ(t ) (ignoring the fixed leg), and so (Ĉ(t, Ŝ(t ) exp(x)) Ĉ(t, Ŝ(t )))(exp(x) 1) = Ŝ(t )(exp(x) 1)2. Furthermore, Ĉ(t, Ŝ(t )) = 1 and so the optimal hedge is φ Ŝ t 1 for all t. It is clear that, for this special case, that V Q t [ɛ(φ t )] = 0. This is just the same buy-and-hold strategy as one uses in the pure diffusion case. So we can hedge forward contracts i.e. linear contracts perfectly but non-linear contracts (eg. options) are a different matter. It is clear that it is not possible to hedge non-linear contracts perfectly for the jump-diffusion process we have considered. It is instructive to see if there are any special cases of our jump-diffusion process for which perfect hedging of non-linear contracts is possible. It turns out that there are only two such special cases:

37 Hedging under jump-diffusion processes 9 p37/82 The first special case is when there are no jumps i.e. ν(dx) = 0. Then the optimal hedge φ t becomes φ t = Ĉ. This the just the standard delta hedge. Clearly, in this special case, Ŝ V Q t [ɛ(φ t )] = 0. The second special case is when σ = 0 and when it is only possible to have jumps of a constant size a, say. Then ν(dx) = λδ(a), where δ denotes the Dirac delta function. Then the the optimal hedge φ t becomes: φ t = Ĉ(t, Ŝ(t ) exp(a)) Ĉ(t, Ŝ(t )) (exp(a) 1)Ŝ(t ). Again, it is easy to verify that, in this special case, V Q t [ɛ(φ t )] = 0. Note this model is clearly financially unrealistic since the stock price can only move (σ = 0, so it has no Brownian component) by a fixed amount (ignoring the deterministic drift).

38 Hedging under jump-diffusion processes 10 p38/82 Apart from these two special cases, perfect hedging of non-linear contracts is not possible. A market is called complete if it possible to perfectly hedge all derivatives. Since this is not possible (except in the two special cases of our jump-diffusion process already mentioned), we can conclude that our market is incomplete. Note that it may be theoretically possible to form a complete market, in some circumstances, by extending the set of possible hedging instruments to include (a possibly infinite set of) other derivatives such as vanilla options (and not just the stock price (or the forward stock price)). A derivative is called redundant if it can be replicated (which is just the same as hedging with a minus sign) by a self-financing trading strategy in the underlying stock. Therefore, in a complete market, all derivatives are redundant.

39 Hedging under jump-diffusion processes 11 p39/82 With jump-diffusion models, in general (i.e. except in the two special cases of our jump-diffusion process), derivatives are not redundant. This means that if, for example, we have written an exotic option then simpler options (such as vanilla options) have a role to play in trying to reduce the hedging error associated with the exotic option. Monte Carlo simulation studies show that the hedging error can, often, be significantly reduced by taking a static (i.e. a buy-and-hold) position in even a small number of vanilla options. The hedging error may be further reduced by allowing dynamic positions in the vanilla options (although, in practice, since options have much wider bid-offer spreads than the underlying stock, this may result in large transactions costs).

40 Example of a jump-diffusion model - Merton (1976) p40/82 The most well-known and, in fact, the first jump-diffusion model is the Merton (1976) model. We will examine a form of this model in greater depth later. It is the model above with the choice: ν(dx) λ = 1 constants (with Σ 0). Σ 2π exp( 1 2 (x µ) 2 ), where µ and Σ are Σ 2 Since this is the density of a Gaussian distribution, we see that the jump distribution is Gaussian which, in turn implies that X t, and hence also log S(t), is, conditional on the number of jumps N(t) until time t, normally distributed. Unsuprisingly, this results in a very tractable model for which Monte Carlo simulation is particularly straightforward. If the parameter µ (which is the mean jump size) is negative, it results in the distribution for X t being negatively skewed (which is typically what is observed in the equity options markets).

41 From jump-diffusion processes to Lévy processes p41/82 The defining feature of a compound Poisson process is that there are a finite number of jumps in any finite time interval. We recognised this when we said we required λ (which is the expected number of jumps per unit of time) to satisfy 0 < λ <. Recall that we wrote that we draw an independent and identically distributed random variable J (which, as a special case, could be a constant, not necessarily one - nor necessarily positive) from a given distribution for which the probability of J being in the (Borel) set A is Prob(J A) = ν(a)/λ, further implying ν(r) = λ. This means that the measure ν(dx) is not a true probability distribution (it integrates to λ - and not one ) but it does integrate to one (and, therefore, is a true probability distribution) when we normalise to one by dividing by λ (which we can do since λ is finite). This suggests that if we wish to go beyond compound Poisson processes, we need to consider processes for which there are an infinite number of jumps in any finite time interval.

42 Lévy processes p42/82 Definition: A Lévy process is a process X t, t 0, with X t0 = 0, with the following three properties: 1./ Stationary increments: The distribution of X t+s X t, for any t 0, depends only on s and not upon t, for all s 0. 2./ Independent increments: For every possible set of times 0 t 1 < t 2 t 3 < t 4, X t4 X t3 is independent of X t2 X t1. 3./ The following technical condition is satisfied: For all ɛ > 0, lim Prob( X t+h X t ɛ) = 0. h 0 The third condition basically says that jumps happen at random times (and that for any given time t, the probability of a jump occuring at time t is zero) and it rules out jumps at fixed or non-random times.

43 Infinite activity Lévy processes p43/82 Actually, compound Poisson processes (and jump-diffusion processes) satisfy all three of these conditions so they are also examples of Lévy processes. However, in general, Lévy processes do not need to have a finite number of jumps in any finite time interval as is required for compound Poisson processes (and jump-diffusion processes). If they have an infinite number of jumps in any finite time interval, then they are called infinite activity Lévy processes. We need a way of counting the number of jumps.

44 Lévy measure p44/82 Definition: Let X t be a Lévy process. The Lévy measure ν is defined by: ν(a) = E[#t [0, 1] : X t 0, X t A]. In words, ν(a) is the expected number of jumps, per unit of time, whose size belongs to the set A. The measure ν is not necessarily a finite measure but it is always finite on any compact set A which does not include zero. In other words, a Lévy process can have an infinite number of infinitesimally small jumps but only a finite number of jumps of finite size (else it would not satisfy condition 3./). This leads to the Lévy-Ito decomposition:

45 Lévy-Ito decomposition p45/82 Let X t, t 0, with X t0 = 0, be a Lévy process and ν its Lévy measure: Then ν satisfies min{1, x2 }ν(dx) <. Furthermore: There exists γ and a Brownian motion W t, with W t0 = 0, with volatility σ, say, such that X t = γt + σw t + X l t + lim ɛ 0 Xɛ t, where X l t is a compound Poisson process N(t) n=1, X s 1 X s, with X l = 0, (i.e. with jumps of magnitude greater than or equal to one) and where X ɛ t can be seen to be an infinite sum of compensated (i.e. mean corrected so they are martingales) compound Poisson processes with jumps whose magnitude is less than one and greater than or equal to ɛ. Furthermore, X l t and X ɛ t are independent (as is W t ). The intuition here is as follows: We have already shown that the sum of independent Poisson processes is also a Poisson process. This suggests the idea of building blocks.

46 Lévy-Ito decomposition 2 p46/82 The intuition is: There are a finite number of jumps of magnitude greater than or equal to one (the threshold does not have to be one - it could be any threshold strictly greater than zero). Represent them as a compound Poisson process. There may be (and will be, if the Lévy process has infinite activity) an infinite number of jumps of magnitude less than one. Their sum may not converge. But if we compensate them (i.e. mean correct them), it turns out that the sum does converge. The term involving γ is, essentially, a drift term. Mathematically, we say that a Lévy process has infinite activity if: 1 1 ν(dx) =.

47 Infinitely divisible distributions p47/82 I have already defined what an infinitely divisible distribution is: A probability distribution, with characteristic function φ(z) is said to be infinitely divisible if, for every integer n 1, φ(z) is also the n th power of a characteristic function. It is not difficult to see that all Lévy process must have an infinitely divisible distribution. This is because, for any integer n 1, and so, intutively, it is clear that: X t = X t/n + [X 2t/n X t/n ] [X t X (n 1)t/n ], E t0 [exp(iz(x t ))] = E t0 [exp(iz(x t/n + [X 2t/n X t/n ] [X t X (n 1)t/n ]))] = (E t0 [exp(iz(t/n)(x t/n ))]) n = (exp((t/n)φ(z))) n, by stationary and independent increments, for some function Φ(z), independent of t.

48 Infinitely divisible distributions 2 p48/82 Setting n = 1, implies that the characteristic function of X t must be of the form: E t0 [exp(iz(x t ))] = exp(tφ(z)). We see that Φ(z) is the characteristic exponent that I defined earlier. Now all we need is the form of the characteristic exponent. I previously wrote down (on slide Jump-diffusion processes 5 ) the form of the characteristic exponent for a jump-diffusion process, namely: izγ 1 2 σ2 z 2 + (e izx 1)ν(dx).

49 Infinitely divisible distributions 3 p49/82 I also wrote down (on slide Jump-diffusion processes 6 ) the characteristic exponent of the process M t = X t λm J t, where m J is the expectation of J, namely: Why? izγ 1 2 σ2 z 2 + (e izx 1 izx)ν(dx). The Lévy-Ito decomposition says we can represent a Lévy process as drift plus Brownian motion plus an independent compound Poisson process with jumps of magnitude greater than or equal to one plus an infinite sum of compensated (i.e. mean corrected) independent compound Poisson processes with jumps of magnitude less than one. The processes are all independent so characteristic functions multiply. Therefore, characteristic exponents add.

50 Characteristic exponent of a Lévy process p50/82 Therefore, the characteristic exponent Φ(z) of any Lévy process X t must be of the form: Φ(z) = izγ 1 2 σ2 z 2 + (e izx 1)1 x 1 ν(dx) + where 1 denotes the indicator function. This can also be expressed as: Φ(z) = izγ 1 2 σ2 z 2 + This formula is called the Lévy-Khinchin representation. (e izx 1 izx1 x <1 )ν(dx). (e izx 1 izx)1 x <1 ν(dx), It tells us, given the Lévy measure, how to compute the characteristic exponent of the Lévy process.

51 CGMY process p51/82 There are several Lévy processes (eg. Variance Gamma, CGMY (named after Carr, Geman, Madan and Yor), Normal Inverse Gaussian) which have become used in mathematical finance. The only one we will have time to look at is the CGMY process. The CGMY process has a Lévy measure defined by: ν(dx) = C exp( M x ) x 1+Y, for x > 0, ν(dx) = C exp( G x ) x 1+Y, for x < 0, where C > 0, M > 0, G > 0 and Y < 2 are constants (the condition Y < 2 is required to ensure ν satisfies min{1, x2 }ν(dx) < ). We can see that if M = G, then the Lévy measure is symmetric. So the difference between M and G controls the asymmetry or skewness of the CGMY process. One can easily show (by checking whether 1 1 ν(dx) = ) that if Y 0, then the CGMY process has infinite activity. If Y < 0, then the process has a finite number of jumps in a finite time interval and is, therefore, a compound Poisson process.

52 CGMY process 2 p52/82 We can compute the characteristic exponent of the CGMY process by using the Lévy-Khinchin representation (it follows from some standard results involving the gamma function - the gamma function is a special function in mathematics - a series representation allows it to be rapidly computed - it generalises the factorial function to reals - for an integer n, Γ(1 + n) = n!). Ignoring, for a moment, the drift and Brownian components, the characteristic exponent is: CΓ( Y )((M iz) Y M Y + (G + iz) Y G Y ). Note how simple it is (strictly speaking, the above formula only applies if Y 0 and Y 1 - slightly different forms apply for these special cases although the characteristic exponent is always well-behaved). The CGMY process has an interesting property. In the special case that we set M = 0, G = 0 and we let Y 2, the characteristic exponent tends to 4CΓ( 2)( 1 2 z2 ), which is the characteristic exponent of Brownian motion. So CGMY includes Brownian motion as a limiting case.

53 CGMY process 3 p53/82 One can calibrate a CGMY process to the market prices of vanilla options. If you do this, you find that one can typically set the volatility σ of the Brownian motion component to be zero and get just as good a calibration (or, more specifically, one gets just as good a calibration in the case of infinite activity). This is not mathematically necessary, mathematically one can have σ > 0 (regardless of the value of Y, Y < 2), - its an empirical observation. The intuition here is that the CGMY process is a very rich process. It can capture occasional large jumps. Additionally, if Y 0 (so it has infinite activity), it can capture the idea of infinitesimally small moves happening with infinite frequency - which, intuitively, is similar to the effect of Brownian motion. Therefore, the separate Brownian motion component typically becomes redundant.

54 Lévy processes for pricing options p54/82 If we want to model the dynamics of stock prices under Q, then as with the jump-diffusion process, we model log prices. We assume that the stock price, S(t), at time t, with t 0, X t0 = 0, is: S(t) = S( ) exp((r q)t) exp(x t ). This is of the same general form as for the jump-diffusion process. Again, we must specify γ so that the drift rate on the stock, under Q, is equal to r q, or equivalently, so that E Q [exp(x t )] = 1. This requires the choice: γ = 1 2 σ2 (e x 1 x1 x <1 )ν(dx), because then setting iz = 1 in the characteristic function shows that E Q [exp(x t )] = 1.

55 Lévy processes for pricing options 2 p55/82 When we use this value of γ, we call it the mean corrected characteristic function. It can be shown that all Lévy processes (except Browian motion with no jumps) generate excess kurtosis which in turn implies they produce curvature in the implied volatility surface. They can produce (depending on the parameters of the process) skew in the implied volatility surface (for the CGMY model, if M > G, we get negative skewness which is typically what is observed in the equity options markets). In order to calibrate a Lévy process to market option prices, we need a fast way to price vanilla options. Fortunately, such a way exists.

56 Lévy processes for pricing options 3 p56/82 The value of an option, at time 0, when the asset price is S( ), whose payoff function is min (S(T ), K), where S(T ) is the asset price at maturity T and K is the strike, is given by f(s( ), K, T ) = 1 + ( S(t0 )Ke T 2 (r+q) Re e iukφ ) T( u i/2) du, π 0 u 2 + 1/4 = 1 π S(t0 )Ke T 2 (r+q) Re (e i tan(y/2)k/2 Φ T ( 12 ( π tan y ) i )) dy, where k = log(k/s( )) (r q)t, φ T is the mean corrected characteristic function of the Lévy process, and where in the second line we have made the substitution y = 2 arctan(2u). Call and put vanilla option prices, at time 0, are given by S( )e qt f(s( ), K, T ) and Ke rt f(s( ), K, T ) respectively. The only reason for making the substitution y = 2 arctan(2u) is that it can sometimes be convenient, when numerically integrating, to avoid having an infinite limit.

57 Lévy processes for pricing options 4 p57/82 This formula can easily be implemented and can be used to price, say, 30 vanilla options in less than around 50 milliseconds. I displayed several forms of the pricing PIDE for the case of a jump-diffusion process about 30 slides ago. It turns out that the forms which explicitly use the term k do not necessarily work for infinite activity Lévy processes (this is a rather technical issue to do with the convergence of the infinite number of jumps). However, the forms which do not explicitly use the term k, do apply for all Lévy processes (including all cases of infinite activity).

58 Lévy processes for pricing options 5 p58/82 The best form for numerical implementation is: + where y(t) log S(t). rc(t) = C t + (r q 1 2 σ2 ) C y + 1 C 2 σ2 2 y 2 (C(t, y + x) C(t, y) (e x 1) C y )ν(dx), This pricing PIDE can be solved numerically to price exotic options.

59 Girsanov s Theorem for Lévy processes p59/82 There is a form of Girsanov s Theorem for Lévy processes. The only observation I make is this: In pure diffusion models, only the drift can change - the Brownian motion volatility σ never changes. With processes with jumps, the Brownian motion volatility σ also never changes. However, in general (there is the occasional exception) all the other parameters of a Lévy process can change under a change of measure - not just the drift. In fact, a process which is a Lévy process in, say, a risk-neutral equivalent martingale measure may not even be a Lévy process in the real-world physical measure.

60 Extensions p60/82 Given that Lévy processes must have stationary and independent increments, a natural question is what happens if we relax one of these requirements or more generally, how can we move beyond Lévy processes and what might we achieve by doing so. A key observation is, because of the fact that the characteristic function of a Lévy process is always of the form exp(tφ(z)), where Φ(z) is independent of t, there are always parameters which scale naturally with time. For Brownian motion, this parameter is σ 2, for compound Poisson processes, it is λ, for jump-diffusion processes, it is both σ 2 and λ, for the CGMY process, it is C (and σ 2 if non-zero). One way to go beyond Lévy processes, is to introduce the idea of a stochastic time-change. This can be thought of as a generalisation of stochastic variance (or stochastic volatility, as it is usually called). This is a little more advanced than we can cover today (although, we will briefly look at Cox processses in connection with jumps to default and credit risk which are essentially the same idea).

61 Extensions 2 p61/82 A simpler way to move beyond Lévy processes is to have what is, essentially, a deterministic time-change. This relaxes the requirement of stationary increments but keeps the requirement of independent increments. This is essentially achieved by making the parameters, which scale naturally with time, time-dependent i.e. make these parameters deterministic functions of time t. We will do this for a jump-diffusion process with volatility σ(t) and intensity rate λ(t) at time t, with 0 < σ(t) < and 0 < λ(t) <, for all t 0. A rough rule-of-thumb is that if we do this and we are interested in the distribution of the process at a given time t (for example, pricing a vanilla (standard European) option), then if we replace all previous references to σ 2 t and λt by σ 2 (s)ds and λ(s)ds then our previous results are still valid (likewise we can introduce deterministic term structures of interest-rates and dividend yields). Note this is definitely NOT true if pricing path-dependent options eg. barrier options.

62 Time-inhomogenous jump-diffusion process p62/82 Consider a time-inhomogeneous jump-diffusion process. We assume that, under Q, the stock price, S(t), at time t, with t 0, X t0 = 0, evolves as: S(t) = S( ) exp( (r(s) q(s))ds) exp(x t ) = S( ) exp( (r(s) q(s))ds) exp( γ(s)ds + σ(s)w s + where r(t) is the instantaneous risk-free interest-rate and q(t) is the dividend yield at time t. Furthermore, N(t), N( ) = 0, is a time-inhomogeneous Poisson process with intensity rate λ(t) at time t. It has independent (but not stationary) increments. The probability that N(t) = n is given by: Prob(N(t) = n) = exp( λ(s)ds)( λ(s)ds) n. n! N(t) n=1 J),

63 Time-inhomogenous jump-diffusion process 2 p63/82 Note that X t has independent increments (condition 2. of our definition of a Lévy process) but it does not have stationary increments (condition 1. of our definition of a Lévy process). We will refer to the process for X t as a time-inhomogeneous jump-diffusion process. We need to specify the distribution of jumps J. We choose a special case of the Merton (1976) model in which only one jump size is allowed and that size is. By Ito s lemma, we have: Or: ds(t) S(t ) = (r(t) q(t) + γ(t))dt + σ(t)dw t + (exp( ) 1)dN(t). ds(t) = (r(t) q(t) + γ(t))s(t )dt + σ(t)s(t )dw t S(t )dn(t). We see that when a jump occurs in N(t), the stock prices goes to zero and stays there forever.

64 Time-inhomogenous jump-diffusion process 3 p64/82 The probability, under Q, that this does not occur by time t is the probability that there are zero jumps in N(t) between time 0 and time t, which is: Prob(N(t) = 0) = exp( λ(s)ds)( λ(s)ds) 0 Therefore, the probability that it does occur by time t is: 0! Prob(N(t) > 0) = 1 exp( = exp( λ(s)ds). λ(s)ds). We can compute the characteristic function of X t. It is: N(t) E Q [exp(iz(x t ))] = E Q [exp(iz( γ(s)ds + σ(s)dw s + ( )))]. n=1

65 Time-inhomogenous jump-diffusion process 4 p65/82 E Q [exp(iz(x t ))] = exp(iz γ(s)ds 1 2 z2 σ(s) 2 ds) N(t) { t (exp( λ(s)ds))e Q [E Q [exp(iz( ( ))) N(t) = 0]] + (1 exp( = exp(iz γ(s)ds 1 2 z2 { t (exp( k=1 N(t) λ(s)ds))e Q [E Q [exp(iz( ( ))) N(t) > 0]] } σ(s) 2 ds) k=1 λ(s)ds)) exp(iz0) + (1 exp( λ(s)ds)) exp(iz( )) }.

66 Time-inhomogenous jump-diffusion process 5 p66/82 Or: E Q [exp(iz(x t ))] = exp(iz γ(s)ds 1 2 z2 { t (exp( σ(s) 2 ds) λ(s)ds)) + (1 exp( λ(s)ds)) exp(iz( )) }. (We cannot simplify further the term exp(iz( )) as it is indeterminate if z is purely real). We must choose γ(t) so that the stock price S(t) has drift r(t) q(t) under Q i.e. such that E Q [exp(iz(x t ))] = 1. It is easy to see, from the form of the characteristic function (with z = i), that we must choose: γ(t) = 1 2 σ(t)2 + λ(t)

67 Time-inhomogenous jump-diffusion process 6 p67/82 With this choice, we can see the dynamics of the stock price S(t) under Q are: Or: ds(t) = (r(t) q(t) + λ(t))s(t )dt + σ(t)s(t )dw t S(t )dn(t). S(t) = S( ) exp( (r(s) q(s) 1 N(t) 2 σ(s)2 + λ(s))ds) exp( σ(s)w s + ( )). Note that we could also have established the same equations by using the equivalent formulae we derived for the jump-diffusion process earlier and substituting the measure ν(dx) = λ(t)δ( ), where δ denotes the Dirac delta function. n=1

68 Time-inhomogenous jump-diffusion process 7 p68/82 Observing the form of the last two equations, we see that until the time of the first jump in N(t), the stock price dynamics resemble those of an asset whose dividend yield is effectively q(t) λ(t). Therefore, if we wish to price a vanilla call option, we can simply use the Black-Scholes formula with the same adjustment. The price C(, S( ), t), at time 0, of a vanilla call option which pays off max(s(t) K, 0) at its maturity t is simply: C(, S( ), t) = E Q [exp( = exp( + (1 exp( = exp( λ(s)ds)e Q [exp( r(s)ds) max(s(t) K, 0)] λ(s)ds))e Q [exp( λ(s)ds) { S( ) exp( r(s)ds) max(s(t) K, 0) N(t) = 0] r(s)ds) max(s(t) K, 0) N(t) > 0] (q(s) λ(s))ds)n(d 1 ) K exp( r(s)ds)n(d 2 ) }.

69 Time-inhomogenous jump-diffusion process 8 p69/82 This can also be expressed as: C(, S( ), t) = S( ) exp( where: d 1 d 2 q(s)ds)n(d 1 ) K exp( (r(s) + λ(s))ds)n(d 2 ), = log(s()/k) + (r(s) q(s) + λ(s) 1 2 σ2 (s))ds + σ 2 (s)ds, t σ 2 (s)ds = d 1 σ 2 (s)ds. We have written down lots of equations but let us pause for intuition:

70 Time-inhomogenous jump-diffusion process 9 p70/82 We have a stock price that follows geometric Brownian motion until the time of the first jump in N(t) and afterwards it is identically equal to zero. This is essentially a model of default. We can say that, until the time of the first jump in N(t), the company, whose stock price we are modelling, is solvent. At the instant that the first jump occurs in N(t), the company becomes bankrupt and its shares are worthless. In other words, we model the time to default as the first time there is a jump in the process N(t).

71 Time-inhomogenous jump-diffusion process 10 p71/82 We can show an interesting result by examining the formula for the price C(, S( ), t) of a vanilla call option: It looks like the Black-Scholes formula with, essentially, an interest rate of r(t) + λ(t). We know λ(t) > 0, for all t, and we know that the price of a call option increases with increasing interest-rates, so we can say that the price of a vanilla call option on a stock that is defaultable is worth more than the price of a vanilla call option on a stock that is assumed to be non-defaultable, all other things being equal. This result was first proven in Merton (1976). We can obtain the price of a put option with the same strike and maurity by put-call parity: It is C(, S( ), t) + K exp( r(s)ds) S( ) exp( q(s)ds) Note that the prices of both call and put options do assume, that while the company underlying the stock can default, the option writer cannot (for example, it might be an exchange-traded option on an exchange with very good credit quality and, perhaps, some collateral arrangements in force).

72 Time-inhomogenous jump-diffusion process 11 p72/82 We have said that we can model the time to default as the first time there is a jump in the process N(t). Let τ be the (random) time to default, with τ > 0. Then: Prob(τ > t) = Prob(N(t) = 0) = exp( λ(s)ds), is simply the probability (under Q) that the stock does not default before time t. Suppose the company underlying the stock has issued a zero-coupon risky bond which promises to pay one at maturity t. However, suppose, in the event of default, at or before time t, it only pays δ, which is a constant with δ < 1, at maturity t. In the absence of arbitrage, the price D(, t, δ), at time, of the risky bond must be: D(, t, δ) = E Q [exp( r(s)ds) {Prob(τ > t)1 + (1 Prob(τ > t))δ}] t 0 t { } = exp( r(s)ds) δ + (1 δ) exp( λ(s)ds).

73 Time-inhomogenous jump-diffusion process 12 p73/82 Alternatively, if I could observe the price D(, t, δ) in the market, I could solve for exp( λ(s)ds) via: ( ) t 1 δ λ(s)ds = log (D(, t, δ)/ exp(. r(s)ds)) δ Furthermore, if I could observe the prices in the market of a number of such zero coupon risky bonds with different maturities, and if I assumed some functional form for λ(t) (such as piecewise constant in the time intervals defined by successive risky bond maturities), then I could recursively solve for the functional form for λ(t), for all t, by using the above formula sucessively for increasing t. Clearly, I need to know exp( r(s)ds) (which I can get as they are the prices of risk-free zero coupon bonds) and I need to have an estimate of δ, the recovery in default (which I may be able to get from historical data).

74 Time-inhomogenous jump-diffusion process 13 p74/82 Having solved for λ(t), for all t, I could also solve for σ(t) (again, assumed piecewise constant), for all t, by matching the market prices of vanilla stock options of different maturities and a given strike (say, at-the-money-forward). We know that the model will generate an implied volatility which is negatively skewed (although it may or may not accord closely with that observed in the market). We stress one feature of this model: Unlike, when we were modelling jump-diffusion processes and we needed to consider all the jumps of N(t), in this default model, we are only interested in modelling the first jump of N(t). At the time of the first jump of N(t), the stock price goes to zero and stays there and, essentially, our pricing problem has finished.

75 Time-inhomogenous jump-diffusion process 14 p75/82 One further point: The price D(, t, δ), at time, of the zero coupon risky bond is: { } D(, t, δ) = exp( r(s)ds) δ + (1 δ) exp( λ(s)ds) = exp( r(s)ds) {δ + (1 δ)prob(τ > t)}. In words, the payoff of the zero coupon risky bond is equivalent to receiving a risk-free payment of δ and an additional payment of 1 δ conditional on no default occuring before time t. All payments are made at the bond maturity t. This assumption on the recovery is called the recovery-of-treasury assumption (other assumptions are possible).

76 Time-inhomogenous jump-diffusion process 15 p76/82 Suppose we have the special case that the recovery rate δ = 0. Then D(, t, 0) = exp( r(s)ds) exp( λ(s)ds) and we see that λ(t) has an interpretation as the spread between the yield on a risk-free zero coupon bond and the yield on a risky zero coupon bond i.e. λ(t) is esssentially a measure of the credit-spread. This is intuitive but, at the same time, demonstrates a major shortcoming in our model. Except at the time of default, the credit-spread is deterministic in our model. In practice, credit-spreads demonstrate considerable volatility. In order to capture volatility in credit-spreads, we need to make λ(t) a stochastic process. This leads to the idea of Cox processes.

Optimal Hedging of Variance Derivatives. John Crosby. Centre for Economic and Financial Studies, Department of Economics, Glasgow University

Optimal Hedging of Variance Derivatives. John Crosby. Centre for Economic and Financial Studies, Department of Economics, Glasgow University Optimal Hedging of Variance Derivatives John Crosby Centre for Economic and Financial Studies, Department of Economics, Glasgow University Presentation at Baruch College, in New York, 16th November 2010

More information

Variance derivatives and estimating realised variance from high-frequency data. John Crosby

Variance derivatives and estimating realised variance from high-frequency data. John Crosby Variance derivatives and estimating realised variance from high-frequency data John Crosby UBS, London and Centre for Economic and Financial Studies, Department of Economics, Glasgow University Presentation

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

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

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

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

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

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

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

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

Tangent Lévy Models. Sergey Nadtochiy (joint work with René Carmona) Oxford-Man Institute of Quantitative Finance University of Oxford.

Tangent Lévy Models. Sergey Nadtochiy (joint work with René Carmona) Oxford-Man Institute of Quantitative Finance University of Oxford. Tangent Lévy Models Sergey Nadtochiy (joint work with René Carmona) Oxford-Man Institute of Quantitative Finance University of Oxford June 24, 2010 6th World Congress of the Bachelier Finance Society Sergey

More information

Department of Mathematics. Mathematics of Financial Derivatives

Department of Mathematics. Mathematics of Financial Derivatives Department of Mathematics MA408 Mathematics of Financial Derivatives Thursday 15th January, 2009 2pm 4pm Duration: 2 hours Attempt THREE questions MA408 Page 1 of 5 1. (a) Suppose 0 < E 1 < E 3 and E 2

More information

MSC FINANCIAL ENGINEERING PRICING I, AUTUMN LECTURE 6: EXTENSIONS OF BLACK AND SCHOLES RAYMOND BRUMMELHUIS DEPARTMENT EMS BIRKBECK

MSC FINANCIAL ENGINEERING PRICING I, AUTUMN LECTURE 6: EXTENSIONS OF BLACK AND SCHOLES RAYMOND BRUMMELHUIS DEPARTMENT EMS BIRKBECK MSC FINANCIAL ENGINEERING PRICING I, AUTUMN 2010-2011 LECTURE 6: EXTENSIONS OF BLACK AND SCHOLES RAYMOND BRUMMELHUIS DEPARTMENT EMS BIRKBECK In this section we look at some easy extensions of the Black

More information

MATH3075/3975 FINANCIAL MATHEMATICS TUTORIAL PROBLEMS

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

More information

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

Financial Engineering. Craig Pirrong Spring, 2006

Financial Engineering. Craig Pirrong Spring, 2006 Financial Engineering Craig Pirrong Spring, 2006 March 8, 2006 1 Levy Processes Geometric Brownian Motion is very tractible, and captures some salient features of speculative price dynamics, but it is

More information

Stochastic modelling of electricity markets Pricing Forwards and Swaps

Stochastic modelling of electricity markets Pricing Forwards and Swaps Stochastic modelling of electricity markets Pricing Forwards and Swaps Jhonny Gonzalez School of Mathematics The University of Manchester Magical books project August 23, 2012 Clip for this slide Pricing

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

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

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

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

Asset Pricing Models with Underlying Time-varying Lévy Processes

Asset Pricing Models with Underlying Time-varying Lévy Processes Asset Pricing Models with Underlying Time-varying Lévy Processes Stochastics & Computational Finance 2015 Xuecan CUI Jang SCHILTZ University of Luxembourg July 9, 2015 Xuecan CUI, Jang SCHILTZ University

More information

Local vs Non-local Forward Equations for Option Pricing

Local vs Non-local Forward Equations for Option Pricing Local vs Non-local Forward Equations for Option Pricing Rama Cont Yu Gu Abstract When the underlying asset is a continuous martingale, call option prices solve the Dupire equation, a forward parabolic

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

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

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

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

Computational Finance. Computational Finance p. 1

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

More information

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

DRAFT. 1 exercise in state (S, t), π(s, t) = 0 do not exercise in state (S, t) Review of the Risk Neutral Stock Dynamics

DRAFT. 1 exercise in state (S, t), π(s, t) = 0 do not exercise in state (S, t) Review of the Risk Neutral Stock Dynamics Chapter 12 American Put Option Recall that the American option has strike K and maturity T and gives the holder the right to exercise at any time in [0, T ]. The American option is not straightforward

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

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

Basic Arbitrage Theory KTH Tomas Björk

Basic Arbitrage Theory KTH Tomas Björk Basic Arbitrage Theory KTH 2010 Tomas Björk Tomas Björk, 2010 Contents 1. Mathematics recap. (Ch 10-12) 2. Recap of the martingale approach. (Ch 10-12) 3. Change of numeraire. (Ch 26) Björk,T. Arbitrage

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

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

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

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

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

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

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

Normal Inverse Gaussian (NIG) Process

Normal Inverse Gaussian (NIG) Process With Applications in Mathematical Finance The Mathematical and Computational Finance Laboratory - Lunch at the Lab March 26, 2009 1 Limitations of Gaussian Driven Processes Background and Definition IG

More information

Introduction to Probability Theory and Stochastic Processes for Finance Lecture Notes

Introduction to Probability Theory and Stochastic Processes for Finance Lecture Notes Introduction to Probability Theory and Stochastic Processes for Finance Lecture Notes Fabio Trojani Department of Economics, University of St. Gallen, Switzerland Correspondence address: Fabio Trojani,

More information

Volatility Smiles and Yield Frowns

Volatility Smiles and Yield Frowns Volatility Smiles and Yield Frowns Peter Carr NYU IFS, Chengdu, China, July 30, 2018 Peter Carr (NYU) Volatility Smiles and Yield Frowns 7/30/2018 1 / 35 Interest Rates and Volatility Practitioners and

More information

IEOR E4602: Quantitative Risk Management

IEOR E4602: Quantitative Risk Management IEOR E4602: Quantitative Risk Management Basic Concepts and Techniques of Risk Management Martin Haugh Department of Industrial Engineering and Operations Research Columbia University Email: martin.b.haugh@gmail.com

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

Near-expiration behavior of implied volatility for exponential Lévy models

Near-expiration behavior of implied volatility for exponential Lévy models Near-expiration behavior of implied volatility for exponential Lévy models José E. Figueroa-López 1 1 Department of Statistics Purdue University Financial Mathematics Seminar The Stevanovich Center for

More information

Pricing Dynamic Solvency Insurance and Investment Fund Protection

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

More information

IEOR E4703: Monte-Carlo Simulation

IEOR E4703: Monte-Carlo Simulation IEOR E4703: Monte-Carlo Simulation Generating Random Variables and Stochastic Processes Martin Haugh Department of Industrial Engineering and Operations Research Columbia University Email: martin.b.haugh@gmail.com

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

JOHN CROSBY, NOLWENN LE SAUX, AND ALEKSANDAR MIJATOVIĆ

JOHN CROSBY, NOLWENN LE SAUX, AND ALEKSANDAR MIJATOVIĆ APPROXIMATING LÉVY PROCESSES WITH A VIEW TO OPTION PRICING JOHN CROSBY, NOLWENN LE SAUX, AND ALEKSANDAR MIJATOVIĆ Abstract. We examine how to approximate a Lévy process by a hyperexponential jump-diffusion

More information

Lecture 5: Review of interest rate models

Lecture 5: Review of interest rate models Lecture 5: Review of interest rate models Xiaoguang Wang STAT 598W January 30th, 2014 (STAT 598W) Lecture 5 1 / 46 Outline 1 Bonds and Interest Rates 2 Short Rate Models 3 Forward Rate Models 4 LIBOR and

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

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

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

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

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

Short-time-to-expiry expansion for a digital European put option under the CEV model. November 1, 2017

Short-time-to-expiry expansion for a digital European put option under the CEV model. November 1, 2017 Short-time-to-expiry expansion for a digital European put option under the CEV model November 1, 2017 Abstract In this paper I present a short-time-to-expiry asymptotic series expansion for a digital European

More information

CONTINUOUS TIME PRICING AND TRADING: A REVIEW, WITH SOME EXTRA PIECES

CONTINUOUS TIME PRICING AND TRADING: A REVIEW, WITH SOME EXTRA PIECES CONTINUOUS TIME PRICING AND TRADING: A REVIEW, WITH SOME EXTRA PIECES THE SOURCE OF A PRICE IS ALWAYS A TRADING STRATEGY SPECIAL CASES WHERE TRADING STRATEGY IS INDEPENDENT OF PROBABILITY MEASURE COMPLETENESS,

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

Dynamic Relative Valuation

Dynamic Relative Valuation Dynamic Relative Valuation Liuren Wu, Baruch College Joint work with Peter Carr from Morgan Stanley October 15, 2013 Liuren Wu (Baruch) Dynamic Relative Valuation 10/15/2013 1 / 20 The standard approach

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

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

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

More information

Practical example of an Economic Scenario Generator

Practical example of an Economic Scenario Generator Practical example of an Economic Scenario Generator Martin Schenk Actuarial & Insurance Solutions SAV 7 March 2014 Agenda Introduction Deterministic vs. stochastic approach Mathematical model Application

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

Time-changed Brownian motion and option pricing

Time-changed Brownian motion and option pricing Time-changed Brownian motion and option pricing Peter Hieber Chair of Mathematical Finance, TU Munich 6th AMaMeF Warsaw, June 13th 2013 Partially joint with Marcos Escobar (RU Toronto), Matthias Scherer

More information

Lecture Notes for Chapter 6. 1 Prototype model: a one-step binomial tree

Lecture Notes for Chapter 6. 1 Prototype model: a one-step binomial tree Lecture Notes for Chapter 6 This is the chapter that brings together the mathematical tools (Brownian motion, Itô calculus) and the financial justifications (no-arbitrage pricing) to produce the derivative

More information

STOCHASTIC VOLATILITY AND OPTION PRICING

STOCHASTIC VOLATILITY AND OPTION PRICING STOCHASTIC VOLATILITY AND OPTION PRICING Daniel Dufresne Centre for Actuarial Studies University of Melbourne November 29 (To appear in Risks and Rewards, the Society of Actuaries Investment Section Newsletter)

More information

Pricing Variance Swaps on Time-Changed Lévy Processes

Pricing Variance Swaps on Time-Changed Lévy Processes Pricing Variance Swaps on Time-Changed Lévy Processes ICBI Global Derivatives Volatility and Correlation Summit April 27, 2009 Peter Carr Bloomberg/ NYU Courant pcarr4@bloomberg.com Joint with Roger Lee

More information

Pricing Barrier Options under Local Volatility

Pricing Barrier Options under Local Volatility Abstract Pricing Barrier Options under Local Volatility Artur Sepp Mail: artursepp@hotmail.com, Web: www.hot.ee/seppar 16 November 2002 We study pricing under the local volatility. Our research is mainly

More information

Hedging of swaptions in a Lévy driven Heath-Jarrow-Morton framework

Hedging of swaptions in a Lévy driven Heath-Jarrow-Morton framework Hedging of swaptions in a Lévy driven Heath-Jarrow-Morton framework Kathrin Glau, Nele Vandaele, Michèle Vanmaele Bachelier Finance Society World Congress 2010 June 22-26, 2010 Nele Vandaele Hedging of

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

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

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

More information

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

FE610 Stochastic Calculus for Financial Engineers. Stevens Institute of Technology

FE610 Stochastic Calculus for Financial Engineers. Stevens Institute of Technology FE610 Stochastic Calculus for Financial Engineers Lecture 13. The Black-Scholes PDE Steve Yang Stevens Institute of Technology 04/25/2013 Outline 1 The Black-Scholes PDE 2 PDEs in Asset Pricing 3 Exotic

More information

Derivative Securities Fall 2012 Final Exam Guidance Extended version includes full semester

Derivative Securities Fall 2012 Final Exam Guidance Extended version includes full semester Derivative Securities Fall 2012 Final Exam Guidance Extended version includes full semester Our exam is Wednesday, December 19, at the normal class place and time. You may bring two sheets of notes (8.5

More information

BIRKBECK (University of London) MSc EXAMINATION FOR INTERNAL STUDENTS MSc FINANCIAL ENGINEERING DEPARTMENT OF ECONOMICS, MATHEMATICS AND STATIS- TICS

BIRKBECK (University of London) MSc EXAMINATION FOR INTERNAL STUDENTS MSc FINANCIAL ENGINEERING DEPARTMENT OF ECONOMICS, MATHEMATICS AND STATIS- TICS BIRKBECK (University of London) MSc EXAMINATION FOR INTERNAL STUDENTS MSc FINANCIAL ENGINEERING DEPARTMENT OF ECONOMICS, MATHEMATICS AND STATIS- TICS PRICING EMMS014S7 Tuesday, May 31 2011, 10:00am-13.15pm

More information

Calculation of Volatility in a Jump-Diffusion Model

Calculation of Volatility in a Jump-Diffusion Model Calculation of Volatility in a Jump-Diffusion Model Javier F. Navas 1 This Draft: October 7, 003 Forthcoming: The Journal of Derivatives JEL Classification: G13 Keywords: jump-diffusion process, option

More information

Interest rate models in continuous time

Interest rate models in continuous time slides for the course Interest rate theory, University of Ljubljana, 2012-13/I, part IV József Gáll University of Debrecen Nov. 2012 Jan. 2013, Ljubljana Continuous time markets General assumptions, notations

More information

VOLATILITY FORECASTING IN A TICK-DATA MODEL L. C. G. Rogers University of Bath

VOLATILITY FORECASTING IN A TICK-DATA MODEL L. C. G. Rogers University of Bath VOLATILITY FORECASTING IN A TICK-DATA MODEL L. C. G. Rogers University of Bath Summary. In the Black-Scholes paradigm, the variance of the change in log price during a time interval is proportional to

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

Calculating Implied Volatility

Calculating Implied Volatility Statistical Laboratory University of Cambridge University of Cambridge Mathematics and Big Data Showcase 20 April 2016 How much is an option worth? A call option is the right, but not the obligation, to

More information

Option pricing in the stochastic volatility model of Barndorff-Nielsen and Shephard

Option pricing in the stochastic volatility model of Barndorff-Nielsen and Shephard Option pricing in the stochastic volatility model of Barndorff-Nielsen and Shephard Indifference pricing and the minimal entropy martingale measure Fred Espen Benth Centre of Mathematics for Applications

More information

Binomial model: numerical algorithm

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

More information

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

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

The Binomial Model. Chapter 3

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

More information

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

The Uncertain Volatility Model

The Uncertain Volatility Model The Uncertain Volatility Model Claude Martini, Antoine Jacquier July 14, 008 1 Black-Scholes and realised volatility What happens when a trader uses the Black-Scholes (BS in the sequel) formula to sell

More information

CHAPTER 2: STANDARD PRICING RESULTS UNDER DETERMINISTIC AND STOCHASTIC INTEREST RATES

CHAPTER 2: STANDARD PRICING RESULTS UNDER DETERMINISTIC AND STOCHASTIC INTEREST RATES CHAPTER 2: STANDARD PRICING RESULTS UNDER DETERMINISTIC AND STOCHASTIC INTEREST RATES Along with providing the way uncertainty is formalized in the considered economy, we establish in this chapter the

More information

Statistical Methods in Financial Risk Management

Statistical Methods in Financial Risk Management Statistical Methods in Financial Risk Management Lecture 1: Mapping Risks to Risk Factors Alexander J. McNeil Maxwell Institute of Mathematical Sciences Heriot-Watt University Edinburgh 2nd Workshop on

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

Binomial Option Pricing

Binomial Option Pricing Binomial Option Pricing The wonderful Cox Ross Rubinstein model Nico van der Wijst 1 D. van der Wijst Finance for science and technology students 1 Introduction 2 3 4 2 D. van der Wijst Finance for science

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

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

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

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

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

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

Optimal trading strategies under arbitrage

Optimal trading strategies under arbitrage Optimal trading strategies under arbitrage Johannes Ruf Columbia University, Department of Statistics The Third Western Conference in Mathematical Finance November 14, 2009 How should an investor trade

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