Jadé Dieteren Black Scholes Model with the Radon Nikodym Derivative

Size: px
Start display at page:

Download "Jadé Dieteren Black Scholes Model with the Radon Nikodym Derivative"

Transcription

1 Jadé Dieteren Black Scholes Model with the Radon Nikodym Derivative MSc Thesis

2 Black Scholes Model with the Radon Nikodym Derivative Jadé Dieteren September 14, 2014 Abstract This research concerns valuing European options. The goal of this paper is to explain how to implement the Black Scholes model for option valuation. We calculate the expected value of the options and of the Radon Nikodym derivative, which is a random variable. Furthermore, we use that for large number of N (number of paths) in a Monte Carlo simulation, the call or put option price at time t under the risk neutral measure Q, is equal to the option price at time t under the probability measure P multiplied by the Radon Nikodym derivative. 1

3 1 Introduction This research concerns valuing European options. The goal of this paper is to explain how to implement the Black Scholes model for option valuation (Black and Scholes, 1973). We calculate the expected value of the options and of the Radon Nikodym derivative, which is a random variable. Furthermore,we use that for large number of N (number of paths) in a Monte Carlo simulation, the call or put option price at time t under the risk neutral measure Q, is equal to the option price at time t under the probability measure P multiplied by the Radon Nikodym derivative (Hammersley and Handscomb, 1965). The base of the Monte Carlo methods is the analogy between probability and volume. In measure theory the intuitive notion of probability is formalized. That is, if there is a set of outcomes then the probability of an event is defined to be its measure to that of a universe of possible outcomes. The Monte Carlo methods uses this fact in reverse. The volume of a set is calculated by interpreting the volume as a expectation. Although there are more complicated cases, this means sampling randomly from a universe of possible outcomes and taking the fraction of random draws that fall in a particular set as an estimate of the set s volume (Glasserman, 2003). By using the law of large numbers one can show that the estimate converges to the correct value as the number of draws increases. This article builds on the findings of Black and Scholes (1973). The Black Scholes model is used to simulate the paths in the Monte Carlo simulation and the analytical form of the Black Scholes model and Black model is used to test our restults. The main assumptions of the model are that the stock price follows a geometric Brownian motion and the stock price changes are lognormally distributed. However, at the time it was published the model caused a great improvement in calculating the value of options and it is still used for many option valuation problems. Glasserman (2003) extensively explains the features of the Monte Carlo methods from the perspective of financial engineering since the Monte Carlo simulation has become an essential tool in the pricing of derivative securities and in risk management. Therefore, the theory presented in the book is of great value for this paper since we focus on implementing the Black Scholes model using the Monte Carlo method. In section 2 the basics of implementing the model will be explained. The models that will be crucial for the implementation of the model are introduced. In section 3 the main results are derived with the use of the Euler discretization method and Girsanov s theorem. In section 4 we start building the model by introducing the variables that remain constant during the steps of the implementation. In section 5 we build the model with the assumption that the interest rate remains constant. In section 6 the same steps of building the model 2

4 will be discussed for a model with a term structure of interest rates. In section 7 we show an example of the model with a term structure of interest rates. As a final note, a conclusion will be drawn. 2 Basics This section starts by introducing the models that are used. Furthermore, we will explain the main results of this paper. These derivations are crucial for understanding the model. 2.1 Model Basic models we will use in the remaining of the paper. Black Scholes Model: ds = µsdt + σsdw (1) db = rbdt (2) Where S is the stock price, µ is the drift or the expected return on the stock and σ is the volatility of the stock returns. Furthermore, B is the risk free bond price and r is the risk free interest rate. Analytical Black Scholes Option Pricing Model: d 1 = ln( S K )+ 1 2 (r+σ2 )(T t) σ T t (3) d 2 = d 1 σ T t (4) C(S, t) = SN (d 1 ) Ke r(t t) N (d 2 ) (5) P (S, t) = N ( d 2 )Ke r(t t) N ( d 1 ) (6) Besides the parameters that are already specified, we have that K is the strike price of the option, T is the time to maturity in years, so t = 1, 2, 3,..., T. Then C(S, t) is the value of an European call option at time t. P (S, t) is the value of an European put option at time t. From the Black Scholes model we easily derive the Black model, once we note that F (t) = S(t) D T (t) where F (t) is the forward price of the stock and D T (t) is the discount facturing using the risk free interest rate r. The Black model will be useful for the implementation of the Monte Carlo simulation. 3

5 Black Model d 1 = F (t) ln( K )+ 1 2 σ2 T σ T d 2 = d 1 σ T C(S, t) = D T (F (t)n (d 1 ) KN (d 2 )) P (S, t) = D T (KN ( d 2 ) F (t)n ( d 1 )) (7) (8) (9) (10) For the Black model we now have the additional parameters F (t) (defined as the forward price of the stock) and D T, the discount factor. We will use the analytical Black Scholes model and the Black model to verify the results we obtain with the use of the MC-simulation. 3 General We will now derive our main results. We will build on these results during the implementation of the model. 3.1 Euler Method According to the Black Scholes model the following holds: ds = µsdt + σsdw. Let t = T M where T is the time to maturity and M is the number of time steps of t until T. This is a stochastic differential equation. A numerical way for solving this is using the Euler method (Kloeden and Platen, 1992). For the general case, consider the stochastic differential equation: dx(t) = a(t, X(t))dt + b(t, X(t))dW (t) (11) Then, according to the Euler method, we can discretize this to: X(t + t) = X(t) + a(t, X(t)) t + b(t, X(t)) W (t) where W (t) = W (t + t) W (t) (12) If we apply the above to the Black Scholes stochastic differential equation, we find that it can be approximated by: S(t + t) = S(t) + µs(t) t + σs(t) W (t) where W (t) = W (t + t) W (t) (13) Furtheremore, by construction we know that W (t) iid N (0, t) (14) Therefore, in our Monte Carlo simulation we have W (t) by tε(t) 4

6 3.2 Girsanov s Theorem To derive the Radon Nikodym derivative we apply Girsanov s Theorem, which discribes the effect of change of measure on Brownian motions (Girsanov, 1960). Let g(w (t + t)) be a function containing a stochastic process, or more particular a Brownian motion. Furthermore, let f P (t, W (t); t+ t, W (t+ t)) be the probability density function of g(w (t+ t)) under the real world probability measure P and let f Q (t, W (t); t + t, W (t + t)) be the probability density function of g(w (t + t)) under the measure Q. Then, E P [g(w (t + t))] = g(w (t + t))f P (t, W (t); t + t, W (t + t))dw(t + t) (15) and E Q [g(w (t + t))] = g(w (t + t))f Q (t, W (t); t + t, W (t + t))dw(t + t) (16) Then, we can rewrite the expectation under the measure Q in the following way: E Q [g(w (t + t))] = g(w (t + t))( f Q (t,w (t);t+ t,w (t+ t)) f P (t,w (t);t+ t,w (t+ t)) )f P (t, W (t); t + t, W (t + t))dw(t + t) (17) Note that we have multiplied the equation for E Q [g(w (t + t))] with f P (t,w (t);t+ t,w (t+ t)) f P (t,w (t);t+ t,w (t+ t)). as the Radon Nikodym derivative, ex- We define f Q (t,w (t);t+ t,w (t+ t)) f P (t,w (t);t+ t,w (t+ t)) pressed by R(t + t). That is E Q [g(w (t + t))] = g(w (t + t))r(t + t)f P (t, W (t); t + t, W (t + t))dw(t + t) (18) This result shows that we can calculate E Q [g(w (t+ t))] with the probability density function under the measure P and the Radon Nikodym derivative, which is also a stochastic process. Hence, E Q [g(w (t + t))] = E P [g(w (t + t))r(t + t)] (19) Note that R(t + t) is a function of the random variable W (t + t) and therefore the Radon Nikodym deriavtive R(t + t) is also a random variable. 5

7 3.3 Radon Nikodym Derivative We can derive R(t) in the following way for the Brownian motion dw Q + γdt = dw P As we have stated before, W (t) N (0, t). For the Brownian motions dw Q and dw P γdt we know that W (t) = W (t + t) W (t) N (0, t) W P (t + t) N (W (t), t) (20) (21) (22) W Q (t + t) N (W (t) + γ(t), t) (23) Consider W (t) = W (t + t) W (t). From the definition of the Radon Nikodym derivative we have R(t) = f Q (t, W (t); t + t, W (t + t)) f P (t, W (t); t + t, W (t + t)) = = 1 2π t exp( 1 ( W (t) γ t) 2 2 t ) 1 2π t exp( 1 ( W (t)) 2 2 t ) ( W (t) exp( 2 2 W (t)γ t+(γ t) 2 ) t ) exp( 1 ( W (t)) 2 2 t ) = exp(γ W (t) 1 2 γ2 t) (24) Since W (t) is normally distributed with mean 0 and volatility t, the likelihood ratio that we now have obtained is a lognormal random variable with drift 0 and volatility γ An extension would be to simulate paths of Brownian motions. If we have increments W (t i ) we can simulate the path for every t i = i t where i = 1, 2,..., M. If these increments W (t i ) are independent and if W (t i ) iid N we can take the product of the Radon Nikodym derivates to calculate the Radon Nikodym derivative for the path. We now also have the time dependent variable µ i. We find R(t) = f Q (t i, W (t i ); t + t i, W (t i + t i )) f P (t i, W (t i ); t i + t i, W (t i + t i )) M = exp(γ i W (t i ) 1 2 γ2 i t) i=1 M = exp( γ i W (t i ) 1 M γi 2 t) 2 i=1 i=1 (25) 6

8 The following consist of a heuristic proof. Glasserman shows the formal proof in Monte Carlo Methods in Financial Engineering (2003). If we let M this converges to T exp( γ(s)dw (s) 1 T γ(s) 2 ds) (26) Here we use that M t is equal to T. 3.4 Radon Nikodym Derivative in Black Scholes Model We will now show how to derive the Radon Nikodym derivative for the Black Scholes model that we will use in the analysis. We start with (13) derived above. Furthermore, let Let dw P dw Q + λ(t, W )dt. Then the following conditions hold W (t) = W (t + t) W (t) N (0, t) W P (t + t) N (W (t), t) W Q (t + t) N (W (t) + λ(t), t) We are now able to derive the likelihood ratio R(t + t) = dq dp Hence, we obtain R(t + t) = exp(λ W 1 2 λ2 t) (27) (28) (29) by using (24). (30) Again, in the Monte Carlo simulation we can approximate dw with tε t, where ε t N (0, 1) since dw N (0, t). Then finally, we will aproximate the Radon-Nikodym derivative in the Monte Carlo simulation by R(t + t) = exp(λ tɛ t 1 2 λ2 t) (31) 3.5 Derivation of λ Using the Black Scholes model, we can mathematically derive λ. We know that under the measure Q the expected return is the risk free interest rate r. Then ds = µsdt + σsdw P = µsdt + σs(dw Q + λdt) = (µ + λσ)sdt + σsdw Q Hence, µ + λσ = r and rewriting this yields λ = λ r σ Hence, we can rewrite the Radon-Nikodym in the following way R(t + t) = exp( µ r σ W 1 2 (µ r σ )2 t) (32) (33) (34) 7

9 3.6 Property of Radon Nikodym Derivative One of the properties of the Radon-Nikodym derivative is that E(R(t+ t)) = 1. This result follows from (30), that is E[R(t + t)] = E[exp(λ W 1 2 λ2 t)] = E[ exp(λ W ) 1 = 2 λ2 t E[exp(λ W )] exp( 1 2 λ2 t) Since the denominator only consists of constants. ] (35) Then note that E[exp(λ W )] is the moment generating function of dw, which is normally distributed with mean 0 and variance t. Hence, we can further rewrite (35) exp(λ tλ2 ) exp( 1 2 λ2 t) = exp( 1 2 tλ2 ) exp( 1 2 λ2 t) = 1 (36) 3.7 Logarithmic transformation Since we have applied the Euler-scheme, we will continue our analysis with d ln(s(t)) and d ln(r(t)) instead of S(t) and R(t). We will derive both d ln(s(t)) and d ln(r(t)) using Ito s lemma. For non-random µ and σ we have From this we know d(ln(s)) = 1 S (µsdt + µsdw ) 1 2 σ2 dt = (µ σ2 )dt + σdw 2 (37) ln(s(t)) = ln(s(0) + σw (t) + (µ σ2 (38) 2 )t) Hence, we can derive the following expression which is useful to test our model analytically S(t) = S(0) exp(σw (t) + (µ σ2 2 t) Furthermore, for small time steps t ln(s(t + t)) = ln(s(t)) + (µ σ2 2 ) t + σ tε(t) Hence we obtain S(t + t) = S(t) exp((µ 1 2 σ2 ) 2 t + σ tε(t)) (39) (40) (41) 8

10 4 Basics of the Implementation Now we can start building the model. The following variables will remain constant in every step of the implementation. We define a constant standard deviation, denoted by σ. A constant market price of (equity) risk λ, that is λ = µ r σ. Hence, intuitively λ is the excess return required for investing in stocks instead of risk free bonds per unit of volatility. Although we will let the risk free interest rate vary according to a yield curve or stochastic, we will let λ remain constant. That is, µ will vary if we change r. A stock price at t = 0, notation S(0) and a strike price K. The maturtiy time T of the option. The number of time steps M until the option matures. Then we define the length of the time steps t as t = T M. The ε t is standard normally distributed. Therefore we generate for every t = 1, 2, 3,..., T a ε t and we do this for every path n = 1, 2, 3,..., N. Every row in the matrix shows one single path and every column shows the value for ε t at a particular time t. If we have values for ε t, then we can construct values for dw for every matrix entry simply by dw = tε t. Since ε t N (0, 1) we know that dw N (0, t). At this stage we can simply check our implementation so far by calculating the mean and the variance at every time t. 5 The Model with Constant Interest Rates If r, the risk free rate, and µ, the interst rate with risk premium, are constants we now have to include a value for these constants. 5.1 S(t) under the Real World Measure P We can simulate the stock price for every path under P using S P (t + t) = S P (t) + µs P (t) t + σs P (t)dw (42) We start with our fixed S(0) and then we can generate the price at every t = 1, 2, 3,..., T the stock price for every path. Then we obtain the mean at time t by 1 N N i=1 S(t) where N is the number of paths we have generated for our Monte Carlo simulation. A small check for the model so far is comparing the mean of the Monte Carlo simulation for every time t with E P [S(t)]. 9

11 5.2 S(t) under the Risk Neutral Measure Q Now the stock price at time t is S Q (t + t) = S Q (t) + rs Q (t) t + σs Q (t)dw (43) To obtain the prices and the mean of the simulation at t = 1, 2, 3,..., T we can use the same method as stated above. Similarly to what we did in the previous section we can check our model by comparing the mean of the Monte Carlo simulation for every time t with E Q [S(t)]. 5.3 Radon Nikodym Derivative We can calculate the R(t) for every path by using R(t + t) = exp( µ r σ tεt 1 2 (µ r σ )2 t) (44) As derived before E[R(t)] = 1. Therefore, we can again test our implemented model by calculating the mean of R(t) in the Monte Carlo simulation. That is, R(t) and checking whether this mean is converging to 1 for large N. 1 N N i=1 5.4 Check of the Program with the Radon Nikodym Derivative We know that E Q [e rt X(S(T ))] = E P [e rt R(0, T )X(S(T ))] By the Monte Carlo simulation we can approximate this with (45) E Q [e rt X(S(T ))] = 1 N N e rt R(0, T ; n)x(s(t ); n) i=1 (46) where N is the number of paths in the Monte Carlo simulation. 5.5 Call Option For the call option, the option value at time T is X(t) = max(e rt [S(T ) K], 0) (47) We can test our results since max(e rt [S P (T ) K], 0)R(T ) will converge to max(e rt [S Q (T ) K], 0) for large N. Hence, we should find that 1 N N max(e rt [S P (T ) K], 0)R(T ) = 1 N i =1 N max(e rt [S Q (T ) K], 0) i=1 (48) 10

12 5.6 Put Option For a put option, we can calculate the option value the following way X(T ) = max(e rt [K S(T )], 0) (49) For large N max(e rt [K S P (T )], 0)R(T ) will converge to max(e rt [K S Q (T )], 0). Hence, in our model we should find that 1 N N max(e rt [K S P (T )], 0)R(T ) = 1 N i =1 N max(e rt [K S Q (T )], 0) i=1 (50) 5.7 Analytical Black Scholes Formula For a constant interest rate r we can easily check our obtained results under the risk neutral measure Q by comparing it to the option value that we obtain with the analytical Black Scholes model. Hence, for large N we find that for the call option 1 N N max(s Q (t) K, 0) = SN (d 1 )K exp( r(t t))n (d 2 ) i =1 (51) And for the put option 1 N N max(k S Q (t), 0) = N ( d 2 )K exp( r(t t)) N ( d 1 ) i =1 (52) 6 The Model with Term Structure of Interst Rates Now we will continue by making the model more general. Instead of a constant risk free interst rate r, we will now modify the model such that we can let our risk free interst rate change over time. 6.1 Variables We first have to implement a term structure of interst rates. Hence, for every t we enter the risk free interst rate, r(t). These are, besides the variables introduced before, the only variables that we have to enter. After we have the term structure of interest rates, we can use this to obtain other variables that will be useful for implementing the model. The discount factor for every t. That is, D(t) = exp( r(t)t t). 11

13 Next we can calculate the forward rates at time t: F (t) = S0 D(t). The discount factor at time t, so forward price at time t divided by the forward price at time t + t. That is F (t) D( t) = F (t + t) = S 0 D(t) S 0 D(t+ t) D(t + t) = D(t) exp( r(t)(t + t)) = exp( r(t)t) = exp( r(t) t) (53) For every step t we can now calculate the forward discount factor. From these discount factors, we can also calculate the forward interst rates, denoted by r ft (t). We calculate this the following way 1 D( t) t = ln( D(t) D(t+ t)) t = ln(exp(r(t) t)) t = r ft (54) Finally, we can calculate the drift term at time t, denoted by µ(t) and the forward drift term, denoted by µ ft (t). Note that we now have a µ that is time dependent and therefore we will obtain a term structure for µ. Since we have a constant λ and a constant σ and we have already calculated the values for r(t) we can calculate the values for µ(t) in the following way λ = Rewriting this expression yields µ(t) r(t) σ µ(t) = λσ + r(t) (55) (56) With our forward interst rates we can also calculate the forward µ(t), denoted by µ ft (t) µ ft (t) = λσ + r ft (t) (57) 12

14 6.2 S(t) under the Real World Measure P Now we can generate the stock value S P (t). Recal that by the use of the Euler method we obtained (13). However, instead of a constant µ we now have µ rf (t) which we have calculated for every t = 1, 2, 3,..., N. Hence, we will implement S P (t + t) = S P (t) + µ ft (t)s P (t) t + σs P (t) tε t (58) We can check the model by comparing the mean under probability measure P with E P [S(t + t)] = exp(µ ft (t) t)s(t) (59) Hence, for large N we should find that 1 N N i=1 S P(t) converges to E P [S(t)]. 6.3 S(t) under the Risk Neutral Measure Q Similar to the previous section we can generate S Q (t) with the forward risk free interest rate r ft (t), which we have calculated for every t = 1, 2, 3,..., N. That is S Q (t + t) = S Q (t) + r ft (t)s Q (t) t + σs Q (t) tε t (60) We can check the model by comparing the mean under probability measure Q with E Q [S(t)] = F (t) = S 0 D(t) (61) So again, for large N we should find that 1 N N i=1 S Q(t) converges to E Q [S(t)]. 6.4 Radon Nikodym Derivative Now we continue with calculating the Radon Nikodym derivative. We can calculate the R(t) for every path using R(t + t) = exp(λ tε t 1 2 λ2 t) (62) The condition that E[R(t)] = 1 still holds. Therefore, we can again test our implemented model by calculating the mean of R(t) in the Monte Carlo 1 N simulation. That is, N i=1 R(t) and checking whether this mean is convering to 1 for large N. 6.5 Check of the Program with Radon Nikodym Derivative Similarly to section 5.4 we can test the model with the Radon Nikodym derivative. Again, we know that E Q [e rt X(S(T ))] = E P [e rt R(0, t)x(s(t))] (63) 13

15 6.6 Call Option For the call option the value at time t is calculated by (47). Then similarly to section 5.5 we can test our results by (48). 6.7 Put Option For a put option we can calculate the value according to (49). We can test our model by (50). 6.8 Analytical Black Formula To test the model that we have implemented so far, we can apply Black s analytical formula introduced in section 2.1. At every t = 1, 2, 3,..., T we should find that the option value obtained by performing the Monte Carlo simulation will converge to the option value accoreding to the analytical Black formula if N. That is for a call option 1 N N max(s Q (t) K, 0) = D T (F (t)n (d 1 ) KN (d 2 )) i =1 (64) For the put option 1 N N max(s Q (t) K, 0) = D T (KN ( d 2 ) F (t)n ( d 1 )) i =1 (65) 7 An Example with a Term Structure of Interest Rates We will give an example of the program that is implemented. We will mainly use the same structure as in section 6. First we have to define the variables that need to be chosen. Then we let the program run and we find the option value with the use of the Monte Carlo simulation. We will also check the program by multiplying the stock value under the P measure with the Radon Nikodym derivative to obtain the stock value under the Q measure. We do Monte Carlo simulations. 7.1 Variables The following variables need to be entered λ 0.25 M 20 t 0.25 S(0) 100 K

16 Since we have defined T = M t, the maturity time T of the option is 5. In this example we will have a term structure of interest rates as stated in the following table. The term structure needs to be entered. We have a strictly increasing term structure of interest rates. The rate of increasing is not in line with reality. However, this makes the example more useful. We have included the discount factors, the time dependent µ ft and the forward interest rate that we will use later. t r(t) D(t) µ ft (t) r ft (t) Next we need a matrix of ε(t) in order to approximate W (t). There are 21 columns since we include time zero in the paths. Hence, first we generate the matrix with the ε(t) by using the inverse of the cumulative normal distribution with random probability (the probability where we want to evaluate the inverse function), mean (µ) zero and standard deviation (σ) 1. Then we generate a second matrix where we multiply every path (row) of the matrix with t. Note that the mean at every time t should be approximately zero. 7.2 S(t) under the Real World Measure P By using (58) we now calculate the stock value under the real world measure P and check whether the mean of the Monte Carlo simulation converges to (59). 15

17 Our findings are listed in the following table. t mean S P (t + t) E P [S(t + t)] z-score S(t) under the Risk Neutral Measure Q Here one can use (60) to simulate the paths and (61) to test the program. We have listed our findings in the following table. 16

18 t mean S Q (t + t) E Q [S(t + t)] z-score Check of the Program with Radon Nikodym Derivative Next we calculate the Radon Nikodym derivative using (62). Furthermore, we calculate the option value under the P measure and we multiply this with the Radon Nikodym derivative to obtain the risk neutral value (see formula (63)). We can compare this with the option value calculated using the analytical Black Scholes formula. This is listed in the following table. These findings are for call options, but the same reasoning holds for put options. 17

19 t Option value using MC Option value using analytical Black Scholes z-score This example shows that with the method using the Radon Nikodym derivative and the analytical Black Scholes formula we find approximately the same option value. As mentioned before we have simulations. In this case the absolute value z-score is at most Conclusion We will now give a summary of the results in this paper. We have first introduced the Black Scholes model and the Analytical Black Scholes model and Black model. We continued with more theory that we needed to implement the model. The main finding was the Radon Nikodym derivative that is crucial in this paper. Then we continued with building the program, firstly with a constant interest rate and secondly with a term structure of interest rates. We discussed several steps of the implementation and introduced various possibilities to test whether the implementation is correct. Finally, we give an example of the program with a term structure of interest rates. As mentioned in the previous section we have a z-score of at most 0.5. We could decrease the z-score by decreasing t (so increasing the number of steps m). Furthermore we could simulate more paths in the Monte Carlo simulation. 18

20 However, with this program we find approximately the same option values using the risk neutral measure, the real world measure and the Radon Nikodym derivative and the analytical Black Scholes model. Hence, this program is a good tool for finding the option value of an European option. An extension of this paper is to include a stochastic interest rate. That is, the Black Scholes Hull White model. The one factor Hull White Model (Hull and White, 1990) can be incorporated in the Black Scholes world to obtain a model with stochastic interest rates. One can still apply the theory of the Radon Nikodym derivative, but more variables should be introduced. 19

21 9 References Black, F., and Scholes, M. (1973). The pricing of options and corporate liabilities. Journal of Political Economy, 81: Girsanov, I. V. (1960) On Transforming a Certain Class of Stochastic Processes by Absolutely Continuous Substution of Measures. Theory of Probability and its Applications, Vol. 5, No 3: pp Glasserman, P. (2003). Monte Carlo Methods in Financial Engineering, Springer- Verlag, New York. Monte Carlo Methods, Hal- Hammersley, J. M., Handscomb, D. C. (1965). sted Press, New York. Hull, J., and White, A. (1990). Pricing interest-rate-derivative securities, Review of Financial Studies 3: Kloeden, P. E., and Platen, E. (1992). Numerical Solution of Stochastic Differential Equations, Springer. 20

The Black-Scholes Formula

The Black-Scholes Formula FIN-40008 FINANCIAL INSTRUMENTS SPRING 2008 The Black-Scholes Formula These notes examine the Black-Scholes formula for European options. The Black-Scholes formula are complex as they are based on the

More information

Monte Carlo Methods in Finance

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

More information

Mathematical Finance

Mathematical Finance Mathematical Finance Option Pricing under the Risk-Neutral Measure Cory Barnes Department of Mathematics University of Washington June 11, 2013 Outline 1 Probability Background 2 Black Scholes for European

More information

The Black-Scholes pricing formulas

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

More information

CS 522 Computational Tools and Methods in Finance Robert Jarrow Lecture 1: Equity Options

CS 522 Computational Tools and Methods in Finance Robert Jarrow Lecture 1: Equity Options CS 5 Computational Tools and Methods in Finance Robert Jarrow Lecture 1: Equity Options 1. Definitions Equity. The common stock of a corporation. Traded on organized exchanges (NYSE, AMEX, NASDAQ). A common

More information

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

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

More information

第 9 讲 : 股 票 期 权 定 价 : B-S 模 型 Valuing Stock Options: The Black-Scholes Model

第 9 讲 : 股 票 期 权 定 价 : B-S 模 型 Valuing Stock Options: The Black-Scholes Model 1 第 9 讲 : 股 票 期 权 定 价 : B-S 模 型 Valuing Stock Options: The Black-Scholes Model Outline 有 关 股 价 的 假 设 The B-S Model 隐 性 波 动 性 Implied Volatility 红 利 与 期 权 定 价 Dividends and Option Pricing 美 式 期 权 定 价 American

More information

How To Price A Call Option

How To Price A Call Option Now by Itô s formula But Mu f and u g in Ū. Hence τ θ u(x) =E( Mu(X) ds + u(x(τ θ))) 0 τ θ u(x) E( f(x) ds + g(x(τ θ))) = J x (θ). 0 But since u(x) =J x (θ ), we consequently have u(x) =J x (θ ) = min

More information

Lecture. S t = S t δ[s t ].

Lecture. S t = S t δ[s t ]. Lecture In real life the vast majority of all traded options are written on stocks having at least one dividend left before the date of expiration of the option. Thus the study of dividends is important

More information

The Behavior of Bonds and Interest Rates. An Impossible Bond Pricing Model. 780 w Interest Rate Models

The Behavior of Bonds and Interest Rates. An Impossible Bond Pricing Model. 780 w Interest Rate Models 780 w Interest Rate Models The Behavior of Bonds and Interest Rates Before discussing how a bond market-maker would delta-hedge, we first need to specify how bonds behave. Suppose we try to model a zero-coupon

More information

ELECTRICITY REAL OPTIONS VALUATION

ELECTRICITY REAL OPTIONS VALUATION Vol. 37 (6) ACTA PHYSICA POLONICA B No 11 ELECTRICITY REAL OPTIONS VALUATION Ewa Broszkiewicz-Suwaj Hugo Steinhaus Center, Institute of Mathematics and Computer Science Wrocław University of Technology

More information

A Genetic Algorithm to Price an European Put Option Using the Geometric Mean Reverting Model

A Genetic Algorithm to Price an European Put Option Using the Geometric Mean Reverting Model Applied Mathematical Sciences, vol 8, 14, no 143, 715-7135 HIKARI Ltd, wwwm-hikaricom http://dxdoiorg/11988/ams144644 A Genetic Algorithm to Price an European Put Option Using the Geometric Mean Reverting

More information

Black-Scholes Equation for Option Pricing

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

More information

Moreover, under the risk neutral measure, it must be the case that (5) r t = µ t.

Moreover, under the risk neutral measure, it must be the case that (5) r t = µ t. LECTURE 7: BLACK SCHOLES THEORY 1. Introduction: The Black Scholes Model In 1973 Fisher Black and Myron Scholes ushered in the modern era of derivative securities with a seminal paper 1 on the pricing

More information

The Black-Scholes-Merton Approach to Pricing Options

The Black-Scholes-Merton Approach to Pricing Options he Black-Scholes-Merton Approach to Pricing Options Paul J Atzberger Comments should be sent to: atzberg@mathucsbedu Introduction In this article we shall discuss the Black-Scholes-Merton approach to determining

More information

Pricing of an Exotic Forward Contract

Pricing of an Exotic Forward Contract Pricing of an Exotic Forward Contract Jirô Akahori, Yuji Hishida and Maho Nishida Dept. of Mathematical Sciences, Ritsumeikan University 1-1-1 Nojihigashi, Kusatsu, Shiga 525-8577, Japan E-mail: {akahori,

More information

Notes on Black-Scholes Option Pricing Formula

Notes on Black-Scholes Option Pricing Formula . Notes on Black-Scholes Option Pricing Formula by De-Xing Guan March 2006 These notes are a brief introduction to the Black-Scholes formula, which prices the European call options. The essential reading

More information

Master s Thesis. Pricing Constant Maturity Swap Derivatives

Master s Thesis. Pricing Constant Maturity Swap Derivatives Master s Thesis Pricing Constant Maturity Swap Derivatives Thesis submitted in partial fulfilment of the requirements for the Master of Science degree in Stochastics and Financial Mathematics by Noemi

More information

Sensitivity analysis of European options in jump-diffusion models via the Malliavin calculus on the Wiener space

Sensitivity analysis of European options in jump-diffusion models via the Malliavin calculus on the Wiener space Sensitivity analysis of European options in jump-diffusion models via the Malliavin calculus on the Wiener space Virginie Debelley and Nicolas Privault Département de Mathématiques Université de La Rochelle

More information

THE BLACK-SCHOLES MODEL AND EXTENSIONS

THE BLACK-SCHOLES MODEL AND EXTENSIONS THE BLAC-SCHOLES MODEL AND EXTENSIONS EVAN TURNER Abstract. This paper will derive the Black-Scholes pricing model of a European option by calculating the expected value of the option. We will assume that

More information

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

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

More information

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

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

More information

Life-insurance-specific optimal investment: the impact of stochastic interest rate and shortfall constraint

Life-insurance-specific optimal investment: the impact of stochastic interest rate and shortfall constraint Life-insurance-specific optimal investment: the impact of stochastic interest rate and shortfall constraint An Radon Workshop on Financial and Actuarial Mathematics for Young Researchers May 30-31 2007,

More information

Diusion processes. Olivier Scaillet. University of Geneva and Swiss Finance Institute

Diusion processes. Olivier Scaillet. University of Geneva and Swiss Finance Institute Diusion processes Olivier Scaillet University of Geneva and Swiss Finance Institute Outline 1 Brownian motion 2 Itô integral 3 Diusion processes 4 Black-Scholes 5 Equity linked life insurance 6 Merton

More information

Four Derivations of the Black Scholes PDE by Fabrice Douglas Rouah www.frouah.com www.volopta.com

Four Derivations of the Black Scholes PDE by Fabrice Douglas Rouah www.frouah.com www.volopta.com Four Derivations of the Black Scholes PDE by Fabrice Douglas Rouah www.frouah.com www.volopta.com In this Note we derive the Black Scholes PDE for an option V, given by @t + 1 + rs @S2 @S We derive the

More information

Jorge Cruz Lopez - Bus 316: Derivative Securities. Week 11. The Black-Scholes Model: Hull, Ch. 13.

Jorge Cruz Lopez - Bus 316: Derivative Securities. Week 11. The Black-Scholes Model: Hull, Ch. 13. Week 11 The Black-Scholes Model: Hull, Ch. 13. 1 The Black-Scholes Model Objective: To show how the Black-Scholes formula is derived and how it can be used to value options. 2 The Black-Scholes Model 1.

More information

Simulating Stochastic Differential Equations

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

More information

LECTURE 9: A MODEL FOR FOREIGN EXCHANGE

LECTURE 9: A MODEL FOR FOREIGN EXCHANGE LECTURE 9: A MODEL FOR FOREIGN EXCHANGE 1. Foreign Exchange Contracts There was a time, not so long ago, when a U. S. dollar would buy you precisely.4 British pounds sterling 1, and a British pound sterling

More information

Multilevel Monte Carlo Simulation for Options Pricing Pei Yuen Lee MSc Computing and Management Session 2010/2011

Multilevel Monte Carlo Simulation for Options Pricing Pei Yuen Lee MSc Computing and Management Session 2010/2011 Multilevel Monte Carlo Simulation for Options Pricing Pei Yuen Lee MSc Computing and Management Session 2010/2011 The candidate confirms that the work submitted is their own and the appropriate credit

More information

Maximum likelihood estimation of mean reverting processes

Maximum likelihood estimation of mean reverting processes Maximum likelihood estimation of mean reverting processes José Carlos García Franco Onward, Inc. jcpollo@onwardinc.com Abstract Mean reverting processes are frequently used models in real options. For

More information

Option Pricing. Chapter 9 - Barrier Options - Stefan Ankirchner. University of Bonn. last update: 9th December 2013

Option Pricing. Chapter 9 - Barrier Options - Stefan Ankirchner. University of Bonn. last update: 9th December 2013 Option Pricing Chapter 9 - Barrier Options - Stefan Ankirchner University of Bonn last update: 9th December 2013 Stefan Ankirchner Option Pricing 1 Standard barrier option Agenda What is a barrier option?

More information

Introduction to Arbitrage-Free Pricing: Fundamental Theorems

Introduction to Arbitrage-Free Pricing: Fundamental Theorems Introduction to Arbitrage-Free Pricing: Fundamental Theorems Dmitry Kramkov Carnegie Mellon University Workshop on Interdisciplinary Mathematics, Penn State, May 8-10, 2015 1 / 24 Outline Financial market

More information

The Effect of Management Discretion on Hedging and Fair Valuation of Participating Policies with Maturity Guarantees

The Effect of Management Discretion on Hedging and Fair Valuation of Participating Policies with Maturity Guarantees The Effect of Management Discretion on Hedging and Fair Valuation of Participating Policies with Maturity Guarantees Torsten Kleinow Heriot-Watt University, Edinburgh (joint work with Mark Willder) Market-consistent

More information

Constant Elasticity of Variance (CEV) Option Pricing Model:Integration and Detailed Derivation

Constant Elasticity of Variance (CEV) Option Pricing Model:Integration and Detailed Derivation Constant Elasticity of Variance (CEV) Option Pricing Model:Integration and Detailed Derivation Ying-Lin Hsu Department of Applied Mathematics National Chung Hsing University Co-authors: T. I. Lin and C.

More information

A Comparison of Option Pricing Models

A Comparison of Option Pricing Models A Comparison of Option Pricing Models Ekrem Kilic 11.01.2005 Abstract Modeling a nonlinear pay o generating instrument is a challenging work. The models that are commonly used for pricing derivative might

More information

LOGNORMAL MODEL FOR STOCK PRICES

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

More information

Monte Carlo simulations and option pricing

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

More information

On Black-Scholes Equation, Black- Scholes Formula and Binary Option Price

On Black-Scholes Equation, Black- Scholes Formula and Binary Option Price On Black-Scholes Equation, Black- Scholes Formula and Binary Option Price Abstract: Chi Gao 12/15/2013 I. Black-Scholes Equation is derived using two methods: (1) risk-neutral measure; (2) - hedge. II.

More information

When to Refinance Mortgage Loans in a Stochastic Interest Rate Environment

When to Refinance Mortgage Loans in a Stochastic Interest Rate Environment When to Refinance Mortgage Loans in a Stochastic Interest Rate Environment Siwei Gan, Jin Zheng, Xiaoxia Feng, and Dejun Xie Abstract Refinancing refers to the replacement of an existing debt obligation

More information

Lectures. Sergei Fedotov. 20912 - Introduction to Financial Mathematics. No tutorials in the first week

Lectures. Sergei Fedotov. 20912 - Introduction to Financial Mathematics. No tutorials in the first week Lectures Sergei Fedotov 20912 - Introduction to Financial Mathematics No tutorials in the first week Sergei Fedotov (University of Manchester) 20912 2010 1 / 1 Lecture 1 1 Introduction Elementary economics

More information

OPTION PRICING FOR WEIGHTED AVERAGE OF ASSET PRICES

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

More information

Finite Differences Schemes for Pricing of European and American Options

Finite Differences Schemes for Pricing of European and American Options Finite Differences Schemes for Pricing of European and American Options Margarida Mirador Fernandes IST Technical University of Lisbon Lisbon, Portugal November 009 Abstract Starting with the Black-Scholes

More information

Lecture 12: The Black-Scholes Model Steven Skiena. http://www.cs.sunysb.edu/ skiena

Lecture 12: The Black-Scholes Model Steven Skiena. http://www.cs.sunysb.edu/ skiena Lecture 12: The Black-Scholes Model Steven Skiena Department of Computer Science State University of New York Stony Brook, NY 11794 4400 http://www.cs.sunysb.edu/ skiena The Black-Scholes-Merton Model

More information

Valuation of Razorback Executive Stock Options: A Simulation Approach

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

More information

BINOMIAL OPTIONS PRICING MODEL. Mark Ioffe. Abstract

BINOMIAL OPTIONS PRICING MODEL. Mark Ioffe. Abstract BINOMIAL OPTIONS PRICING MODEL Mark Ioffe Abstract Binomial option pricing model is a widespread numerical method of calculating price of American options. In terms of applied mathematics this is simple

More information

Lecture 4: The Black-Scholes model

Lecture 4: The Black-Scholes model OPTIONS and FUTURES Lecture 4: The Black-Scholes model Philip H. Dybvig Washington University in Saint Louis Black-Scholes option pricing model Lognormal price process Call price Put price Using Black-Scholes

More information

Contents. 5 Numerical results 27 5.1 Single policies... 27 5.2 Portfolio of policies... 29

Contents. 5 Numerical results 27 5.1 Single policies... 27 5.2 Portfolio of policies... 29 Abstract The capital requirements for insurance companies in the Solvency I framework are based on the premium and claim expenditure. This approach does not take the individual risk of the insurer into

More information

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

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

More information

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

Understanding Options and Their Role in Hedging via the Greeks

Understanding Options and Their Role in Hedging via the Greeks Understanding Options and Their Role in Hedging via the Greeks Bradley J. Wogsland Department of Physics and Astronomy, University of Tennessee, Knoxville, TN 37996-1200 Options are priced assuming that

More information

where N is the standard normal distribution function,

where N is the standard normal distribution function, The Black-Scholes-Merton formula (Hull 13.5 13.8) Assume S t is a geometric Brownian motion w/drift. Want market value at t = 0 of call option. European call option with expiration at time T. Payout at

More information

Volatility Index: VIX vs. GVIX

Volatility Index: VIX vs. GVIX I. II. III. IV. Volatility Index: VIX vs. GVIX "Does VIX Truly Measure Return Volatility?" by Victor Chow, Wanjun Jiang, and Jingrui Li (214) An Ex-ante (forward-looking) approach based on Market Price

More information

Chapter 13 The Black-Scholes-Merton Model

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

More information

On Market-Making and Delta-Hedging

On Market-Making and Delta-Hedging On Market-Making and Delta-Hedging 1 Market Makers 2 Market-Making and Bond-Pricing On Market-Making and Delta-Hedging 1 Market Makers 2 Market-Making and Bond-Pricing What to market makers do? Provide

More information

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

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

More information

A SNOWBALL CURRENCY OPTION

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

More information

Pricing Barrier Option Using Finite Difference Method and MonteCarlo Simulation

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

More information

Private Equity Fund Valuation and Systematic Risk

Private Equity Fund Valuation and Systematic Risk An Equilibrium Approach and Empirical Evidence Axel Buchner 1, Christoph Kaserer 2, Niklas Wagner 3 Santa Clara University, March 3th 29 1 Munich University of Technology 2 Munich University of Technology

More information

Options, pre-black Scholes

Options, pre-black Scholes Options, pre-black Scholes Modern finance seems to believe that the option pricing theory starts with the foundation articles of Black, Scholes (973) and Merton (973). This is far from being true. Numerous

More information

Hedging Illiquid FX Options: An Empirical Analysis of Alternative Hedging Strategies

Hedging Illiquid FX Options: An Empirical Analysis of Alternative Hedging Strategies Hedging Illiquid FX Options: An Empirical Analysis of Alternative Hedging Strategies Drazen Pesjak Supervised by A.A. Tsvetkov 1, D. Posthuma 2 and S.A. Borovkova 3 MSc. Thesis Finance HONOURS TRACK Quantitative

More information

Review of Basic Options Concepts and Terminology

Review of Basic Options Concepts and Terminology Review of Basic Options Concepts and Terminology March 24, 2005 1 Introduction The purchase of an options contract gives the buyer the right to buy call options contract or sell put options contract some

More information

Jung-Soon Hyun and Young-Hee Kim

Jung-Soon Hyun and Young-Hee Kim J. Korean Math. Soc. 43 (2006), No. 4, pp. 845 858 TWO APPROACHES FOR STOCHASTIC INTEREST RATE OPTION MODEL Jung-Soon Hyun and Young-Hee Kim Abstract. We present two approaches of the stochastic interest

More information

Derivation and Comparative Statics of the Black-Scholes Call and Put Option Pricing Formulas

Derivation and Comparative Statics of the Black-Scholes Call and Put Option Pricing Formulas Derivation and Comparative Statics of the Black-Scholes Call and Put Option Pricing Formulas James R. Garven Latest Revision: 27 April, 2015 Abstract This paper provides an alternative derivation of the

More information

Binomial lattice model for stock prices

Binomial lattice model for stock prices Copyright c 2007 by Karl Sigman Binomial lattice model for stock prices Here we model the price of a stock in discrete time by a Markov chain of the recursive form S n+ S n Y n+, n 0, where the {Y i }

More information

Numerical Methods for Option Pricing

Numerical Methods for Option Pricing Chapter 9 Numerical Methods for Option Pricing Equation (8.26) provides a way to evaluate option prices. For some simple options, such as the European call and put options, one can integrate (8.26) directly

More information

INTEREST RATES AND FX MODELS

INTEREST RATES AND FX MODELS INTEREST RATES AND FX MODELS 4. Convexity and CMS Andrew Lesniewski Courant Institute of Mathematical Sciences New York University New York February 20, 2013 2 Interest Rates & FX Models Contents 1 Introduction

More information

Guaranteed Annuity Options

Guaranteed Annuity Options Guaranteed Annuity Options Hansjörg Furrer Market-consistent Actuarial Valuation ETH Zürich, Frühjahrssemester 2008 Guaranteed Annuity Options Contents A. Guaranteed Annuity Options B. Valuation and Risk

More information

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

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

More information

A REAL OPTIONS DESIGN FOR QUALITY CONTROL CHARTS

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

More information

TULLIE, TRACEY ANDREW. Variance Reduction for Monte Carlo Simulation of. for the evolution of an asset price under constant volatility.

TULLIE, TRACEY ANDREW. Variance Reduction for Monte Carlo Simulation of. for the evolution of an asset price under constant volatility. Abstract TULLIE, TRACEY ANDREW. Variance Reduction for Monte Carlo Simulation of European, American or Barrier Options in a Stochastic Volatility Environment. (Under the direction of Jean-Pierre Fouque.)

More information

3. Monte Carlo Simulations. Math6911 S08, HM Zhu

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

More information

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

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

More information

Charles University, Faculty of Mathematics and Physics, Prague, Czech Republic.

Charles University, Faculty of Mathematics and Physics, Prague, Czech Republic. WDS'09 Proceedings of Contributed Papers, Part I, 148 153, 2009. ISBN 978-80-7378-101-9 MATFYZPRESS Volatility Modelling L. Jarešová Charles University, Faculty of Mathematics and Physics, Prague, Czech

More information

Chapter 1: Financial Markets and Financial Derivatives

Chapter 1: Financial Markets and Financial Derivatives Chapter 1: Financial Markets and Financial Derivatives 1.1 Financial Markets Financial markets are markets for financial instruments, in which buyers and sellers find each other and create or exchange

More information

How To Price Garch

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

More information

VALUATION IN DERIVATIVES MARKETS

VALUATION IN DERIVATIVES MARKETS VALUATION IN DERIVATIVES MARKETS September 2005 Rawle Parris ABN AMRO Property Derivatives What is a Derivative? A contract that specifies the rights and obligations between two parties to receive or deliver

More information

Journal of Financial and Economic Practice

Journal of Financial and Economic Practice Analyzing Investment Data Using Conditional Probabilities: The Implications for Investment Forecasts, Stock Option Pricing, Risk Premia, and CAPM Beta Calculations By Richard R. Joss, Ph.D. Resource Actuary,

More information

The Constant Elasticity of Variance Option Pricing Model

The Constant Elasticity of Variance Option Pricing Model The Constant Elasticity of Variance Option Pricing Model John Randal A thesis submitted to the Victoria University of Wellington in partial fulfilment of the requirements for the degree of Master of Science

More information

Stocks paying discrete dividends: modelling and option pricing

Stocks paying discrete dividends: modelling and option pricing Stocks paying discrete dividends: modelling and option pricing Ralf Korn 1 and L. C. G. Rogers 2 Abstract In the Black-Scholes model, any dividends on stocks are paid continuously, but in reality dividends

More information

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

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

More information

COMPLETE MARKETS DO NOT ALLOW FREE CASH FLOW STREAMS

COMPLETE MARKETS DO NOT ALLOW FREE CASH FLOW STREAMS COMPLETE MARKETS DO NOT ALLOW FREE CASH FLOW STREAMS NICOLE BÄUERLE AND STEFANIE GRETHER Abstract. In this short note we prove a conjecture posed in Cui et al. 2012): Dynamic mean-variance problems in

More information

Option Pricing. Chapter 4 Including dividends in the BS model. Stefan Ankirchner. University of Bonn. last update: 6th November 2013

Option Pricing. Chapter 4 Including dividends in the BS model. Stefan Ankirchner. University of Bonn. last update: 6th November 2013 Option Pricing Chapter 4 Including dividends in the BS model Stefan Ankirchner University of Bonn last update: 6th November 2013 Stefan Ankirchner Option Pricing 1 Dividend payments So far: we assumed

More information

The Valuation of Currency Options

The Valuation of Currency Options The Valuation of Currency Options Nahum Biger and John Hull Both Nahum Biger and John Hull are Associate Professors of Finance in the Faculty of Administrative Studies, York University, Canada. Introduction

More information

The interest volatility surface

The interest volatility surface The interest volatility surface David Kohlberg Kandidatuppsats i matematisk statistik Bachelor Thesis in Mathematical Statistics Kandidatuppsats 2011:7 Matematisk statistik Juni 2011 www.math.su.se Matematisk

More information

Option Portfolio Modeling

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

More information

The Heston Model. Hui Gong, UCL http://www.homepages.ucl.ac.uk/ ucahgon/ May 6, 2014

The Heston Model. Hui Gong, UCL http://www.homepages.ucl.ac.uk/ ucahgon/ May 6, 2014 Hui Gong, UCL http://www.homepages.ucl.ac.uk/ ucahgon/ May 6, 2014 Generalized SV models Vanilla Call Option via Heston Itô s lemma for variance process Euler-Maruyama scheme Implement in Excel&VBA 1.

More information

LECTURE 10.1 Default risk in Merton s model

LECTURE 10.1 Default risk in Merton s model LECTURE 10.1 Default risk in Merton s model Adriana Breccia March 12, 2012 1 1 MERTON S MODEL 1.1 Introduction Credit risk is the risk of suffering a financial loss due to the decline in the creditworthiness

More information

LIBRARY OF THE MASSACHUSETTS INSTITUTE OF TECHNOLOGY

LIBRARY OF THE MASSACHUSETTS INSTITUTE OF TECHNOLOGY LIBRARY OF THE MASSACHUSETTS INSTITUTE OF TECHNOLOGY Digitized by the Internet Archive in 2011 with funding from Boston Library Consortium IVIember Libraries http://www.archive.org/details/calloptionpricinoofisc

More information

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

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

More information

PRICING DIGITAL CALL OPTION IN THE HESTON STOCHASTIC VOLATILITY MODEL

PRICING DIGITAL CALL OPTION IN THE HESTON STOCHASTIC VOLATILITY MODEL STUDIA UNIV. BABEŞ BOLYAI, MATHEMATICA, Volume XLVIII, Number 3, September 003 PRICING DIGITAL CALL OPTION IN THE HESTON STOCHASTIC VOLATILITY MODEL VASILE L. LAZAR Dedicated to Professor Gheorghe Micula

More information

Financial Options: Pricing and Hedging

Financial Options: Pricing and Hedging Financial Options: Pricing and Hedging Diagrams Debt Equity Value of Firm s Assets T Value of Firm s Assets T Valuation of distressed debt and equity-linked securities requires an understanding of financial

More information

Valuing equity-based payments

Valuing equity-based payments E Valuing equity-based payments Executive remuneration packages generally comprise many components. While it is relatively easy to identify how much will be paid in a base salary a fixed dollar amount

More information

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

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

More information

Pricing and Risk Management of Variable Annuity Guaranteed Benefits by Analytical Methods Longevity 10, September 3, 2014

Pricing and Risk Management of Variable Annuity Guaranteed Benefits by Analytical Methods Longevity 10, September 3, 2014 Pricing and Risk Management of Variable Annuity Guaranteed Benefits by Analytical Methods Longevity 1, September 3, 214 Runhuan Feng, University of Illinois at Urbana-Champaign Joint work with Hans W.

More information

A Pricing Model for American Options with Stochastic Interest Rates Bert Menkveld and Ton Vorst Department of Finance Erasmus University Rotterdam P.O. Box 1738 NL-3000 DR Rotterdam The Netherlands e-mail:

More information

Valuation of Asian Options

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

More information

Four Derivations of the Black-Scholes Formula by Fabrice Douglas Rouah www.frouah.com www.volopta.com

Four Derivations of the Black-Scholes Formula by Fabrice Douglas Rouah www.frouah.com www.volopta.com Four Derivations of the Black-Scholes Formula by Fabrice Douglas Rouah www.frouah.com www.volota.com In this note we derive in four searate ways the well-known result of Black and Scholes that under certain

More information

Chapter 2: Binomial Methods and the Black-Scholes Formula

Chapter 2: Binomial Methods and the Black-Scholes Formula Chapter 2: Binomial Methods and the Black-Scholes Formula 2.1 Binomial Trees We consider a financial market consisting of a bond B t = B(t), a stock S t = S(t), and a call-option C t = C(t), where the

More information

NUMERICAL ALGORITHMS FOR STOCK OPTION VALUATION

NUMERICAL ALGORITHMS FOR STOCK OPTION VALUATION NUMERICAL ALGORITHMS FOR STOCK OPTION VALUATION by Scott B. Nickleach B.S. Mathematics, Slippery Rock University, 2002 M.A. Statistics, University of Pittsburgh, 2004 Submitted to the Graduate Faculty

More information