Geometric Brownian Motion

Size: px
Start display at page:

Download "Geometric Brownian Motion"

Transcription

1 Geometric Brownian Motion Note that as a model for the rate of return, ds(t)/s(t) geometric Brownian motion is similar to other common statistical models: ds(t) S(t) = µdt + σdw(t) or response = systematic component + random error. Without the stochastic component, the differential equation has the simple solution S(t) = ce µt, from which we get the formula for continuous compounding for a rate µ. 1

2 An Intuitive Examination of Geometric Brownian Motion in Prices What rate of growth do we expect for S in the geometric Brownian motion model ds(t) = µdt + σdw(t)? S(t) Should it be µ because that is the rate for the systematic component, and the expected value of the random component is 0? Consider a rate of change σ, that is equally likely to be positive or negative. What is the effect on a given quantity if there is an uptick of σ followed by a downtick of equal magnitude (or a downtick followed by an uptick)? The result for the two periods is σ 2. (This comes from the multiplication of the given quantity by (1+σ)(1 σ).) The average over the two periods is σ 2 /2. The stochastic component reduces the expected rate of µ by σ 2 /2. This is the price of risk. 2

3 Ito s Lemma We can formalize the preceding discussion using Ito s formula. Ito s lemma: Suppose X follows an Ito process, dx(t) = a(x, t)dt + b(x,t)dw(t), where dw is a Wiener process. Let G be an infinitely differentiable function of X and t. Then G follows the process ( G G dg(t) = a(x, t) + X t ) G 2 X 2b2 dt+ G b(x, t)dw(t). (1) X 3

4 Ito s Lemma Thus, Ito s lemma provides a formula that tells us that G also follows an Ito process. The drift rate is G G a(x, t) + X t G 2 and the volatility is G b(x, t). X X 2b2 This allows us to work out expected values and standard deviations of G over time. 4

5 Derivation of Ito s Formula First, suppose that G is an infinitely differentiable function of X and an unrelated variable y, and consider a Taylor series expansion for G: G = G G X + X y y + 1 ( ) 2 G + 2 G 2 X 2( X)2 y 2 ( y) G X y X y + (2) In the limit as X and y tend to zero, this is the usual total derivative dg = G X G dx + dy, (3) y in which the terms in X and y have dominated and effectively those in ( X) 2 and ( y) 2 and higher powers have disappeared. Now consider an X that follows an Ito process, or dx(t) = a(x, t)dt + b(x, t)dw(t), X(t) = a(x, t) t + b(x, t)z t. Now let G be a function of both X and t, and consider the analogue to equation (2). The factor ( X) 2, which could be ignored in moving to equation (3), now contains a term with the factor t, which cannot be ignored. We have ( X(t)) 2 = b(x, t) 2 Z 2 t + terms of higher degree in t. 5

6 Consider the Taylor series expansion G = G G X + X t t ( 2 G X 2( X)2 + 2 G t 2 ( t) G X t X t ) + (4) Now under the assumptions of Brownian motion, ( X(t)) 2 or, equivalently, Z 2 t is nonstochastic; that is, we can treat Z 2 t as equal to its expected value as t tends to zero. Therefore, when we substitute for X(t), and take limits in equation (4) as X and t tend to zero, we get dg(t) = G G dx + X t dt G 2 X 2b2 dt (5) or, after substituting for dx and rearranging, we have Ito s formula ( G G dg(t) = a(x, t) + X t ) G 2 X 2b2 dt + G b(x, t)dw(t). X Equation (5) is also called Ito s formula. Compare equation (5) with equation (3). 6

7 Applications of Ito s Formula Ito s formula has applications in many stochastic differential equations used as models in finance. In the differential equation for geometric Brownian motion for S, ds(t) = µs(t)dt + σs(t)dw(t), we can let G = log S, and so substituting in Ito s formula we have ) dg(t) = (µ σ2 dt + σdw(t). 2 Using previous results we have that the difference in G at time zero and time T is normally distributed with mean ) (µ σ2 T 2 (recognize this term from our intuitive discussion) and variance σ 2 T. 7

8 The Distribution of Stock Prices The geometric Brownian motion model is the simplest model for stock prices that is somewhat realistic. Looking at it somewhat critically, we can see certain problems. First, is the form of the differential equation reasonable? Next, we have the big questions: are µ and σ constant? We will explore these issues later. The basic distributional assumption in the geometric Brownian motion model is that the rates of change of stock prices in very small increments of time are identically and independently normally distributed. 8

9 The Distribution of Stock Prices The compounded rate of return is 1 log(s(t + t)/s(t)). t From t 0 to T we can write this as 1 log(s T ) 1 log(s t0 ). T t 0 T t 0 If this has a normal distribution, then log(s T ) has a normal distribution; that is, S T has a lognormal distribution. *** properties 9

10 Solution of Stochastic Differential Equations The solution of a differential equation is obtained by integrating both sides and allowing for constant terms. Constant terms are evaluated by satisfying known boundary conditions, or initial values. In a stochastic differential equation (SDE), we must be careful in how the integration is performed, although different interpretations may be equally appropriate. For example, the SDE that defines an Ito process dx(t) = a(x, t)dt + b(x,t)dw(t), when integrated from time t 0 to T yields X(T) X(t 0 ) = T t 0 a(x, t)dt + T t 0 b(x, t)dw(t). The second integral is a stochastic integral. We will interpret it as an Ito integral. 10

11 The nature of a(x, t) and b(x, t) determine the complexity of the solution to the SDE. In the Ito process ds(t) = µ(t)s(t)dt + σ(t)s(t)dw(t), using Ito s formula for the log as before, we get the solution ( T S(T) = S(t 0 )exp (µ(t) 1 ) ) T 2 σ(t)2 dt + σ(t)dw(t). t 0 t 0 In the simpler version of a geometric Brownian motion model, in which µ and σ are constants, we have S(T) = S(t 0 )exp ((µ 1 ) ) 2 σ2 t + σ W. 11

12 Expected Values of Solutions of Stochastic Differential Equations Given a solution of a differential equation we may determine the mean, variance and so on by taking expectations of the random component in the solution. Sometimes, however, it is easier just to develop an ordinary (nonstochastic) differential equation for the moments. We do this from an Ito process dx(t) = a(x, t)dt + b(x,t)dw(t), by using Ito s formula on the powers of the variable. So we have dx p (t) = (px(t) p 1 a(x, t) + 12 ) p(p 1)X(t)p 2 b(x, t) 2 dt + ** exercise px(t) p 1 b(x,t)dw(t). Taking expectations of both sides, we have an ordinary differential equation in the expected values. 12

13 Geometric Brownian Motion in Prices Although the geometric Brownian motion model for rates of returns is quite useful, ds(t) S(t) = µdt + σdw(t), it has limitations. As we have mentioned, one problem is the assumption of constancy of µ and σ. problem of stochastic volatility There are other considerations also. shocks, market and stock 13

14 Derivatives: Basics A derivative is a financial instrument whose value depends on values of other financial instruments or on some measure of the state of the economy or of nature. The instrument or measure on whose value the derivative depends is called the underlying. A derivative is an agreement with two sides. One of the most important questions in finance is how to price a derivative. 14

15 Forward Contracts One of the simplest kinds of derivatives is a forward contract, which is an agreement to buy or to sell an asset at a specified time at a specified price. The agreement to buy is a long position and the agreement to sell is a short position. The agreed upon price is the delivery price. The consumation of the agreement is an execution. Forward contracts are relatively simple to price, and their analysis is important for developing pricing methods for other derivatives. 15

16 Analysis of Forward Contracts Using standard notation, let K be the delivery price or strike price, at time T, and let X t be the value of the underlying. The result at settlement is shown below. payoff 0 K X T long position payoff 0 K X T short position The important question is what is the price of the derivative as a function of X T and of time to settlement. For a forward contract it is easy. The answer is F 0 = X 0 e rt K, where r is the (annual) riskfree rate of growth, and T is the time (in years). 16

17 Derivatives: Basics There is a variety of modifications to the basic forward contract that involve nature of the underlying asset investment consumable income producing nonasset (e.g., index, price of electricity, weather) negociability of the instrument (market, possibility of short positions, intermediate party, etc.) 17

18 Derivatives: Basics Other modifications to the basic forward contract involve nature of the agreement (right, that is, contingent claim, or obligation) flexibility of time of execution (at a specified time or up to a specified time) method of settlement (cash or delivery) dependence of the derivative value on the path of the value of the underlying 18

19 Types of Derivatives These variations on the basic forward contract are all interesting. Only a few of them are actually available. Some variations are much easier to analyze than others. The simple ones are interesting for classroom analyses and they may provide useful approximations for derivatives that are actually available. For individual investors, there is a relatively small set of derivatives available (realistically). For all of them there is a ready market (always) through a third party, and short sales are possible. Most of the readily traded derivatives are options, or contingent claims. That kind of derivative is a right; not an obligation. Therefore, a long position is a right and a short position (in the derivative) is an obligation. The right expires at the settlement date. 19

20 Derivatives That Have Markets The common types of derivatives are Stock options Index options Commodity futures Rate futures 20

21 Uses Stock options are used by individual investors and by investment companies for leverage, hedging, and income. Index options are used by individual investors and by investment companies for hedging and speculative income. Commodity futures are used by individual investors for speculative income, by investment companies for income, and by producers and traders for hedging. Rate futures are used by individual investors for speculative income, by investment companies for income and for hedgins, and by traders for hedging. 21

22 Types of Common Derivatives The variations depend on the nature of the underlying. Stock (investment asset, possibly income-producing). The buy side is a call and the sell side is a put. Settlement (exercise) is by delivery. Exercise can be any time prior to expiration date ( American style ). Index (investment asset, not income-producing). The buy side is a call and the sell side is a put. Settlement is by cash. Exercise can only be at expiration date. Commodity (consumable asset, not income-producing). Settlement is by delivery. Exercise can only be at expiration date. 22

23 U.S. Stock Options A market for stock options in the U.S. is one of the national security exchanges: Amex, CBOE, NYSE, Pacific Exchange, and Philadelphia Exchange. All (almost all) options are initiated with and through the Options Clearing Corporation, owned by the exchanges and headquartered on LaSalle St. Options (and also futures) are regulated by the Commodity Futures Trading Commission (the analogue of the SEC). The SEC also regulates options through its regulatory oversight of the exchanges. 23

24 Analysis of Stock Options Another important difference between stock options and forward contracts is that stock options are rights, not obligations. The payoff therefore cannot be negative. Because the payoff cannot be negative, there must be a cost to obtain a stock option. The profit is the difference between the payoff and the price paid. Another difference in stock options and forward contracts is that (real-world) stock options can be exercised at any time (during trading hours) prior to expiration. We will, however, often consider a modification, the European option, which can only be exercised at a specified time. (There are some European options that are actually traded, but they are generally for large amounts, and they are rarely traded by individuals.) 24

25 Analysis of Stock Options The two sides of a forward contract result in the two types of stock options. The results at expiration are profit 0 K X profit K 0 X call option put option For short positions, just flip the graphs. 25

26 Market Models for Derivative Pricing A simple model of the market assumes two assets: a riskless asset with price at time t of β t, and a risky asset with price at time t of X t. The price of a derivative can be determined based on trading strategies involving these two assets. The price of the riskless asset follows the deterministic ordinary differential equation dβ t = rβ t dt, where r is the instantaneous riskfree interest rate. The price of the risky asset follows the stochastic differential equation dx t = µx t dt + σx t dw t. 26

27 Pricing Derivatives: Basics Start with a European call option. How do we value it? Current time: t 0 Expiration: T Strike price: K Price of underlying: S(t 0 ),..., S(t),..., S(T) Value of the call: C(t 0 ),..., C(t),...,C(T) P for put; V for either We have been (and in this course will continue to be) vague about the pricing unit. In general, we call the price, or the pricing unit, a numeraire. A more careful development of this concept rests on the idea of a pricing kernel. We will usually call them dollars. 27

28 The Price of a European Call Option A European call option is a contract that gives the owner the right to buy a specified amount of an underlying for a fixed strike price, K on the expiration or maturity date T. The owner of the option does not have any obligations in the contract. The payoff, h, of the option at time T is either 0 or the excess of the price of the underlying S(T) over the strike price K. Once the parameters K and T are set, it is a function of S(T): h(s(t)) = { S(T) K if S(T) > K 0 otherwise 28

29 The Price of Call Options The price of the option at any time is a function of the time t, and the price of the underlying s. We denote it as P(t, s). What is the price at time t = 0? It seems natural that the price of the European call option should be the expected value of the payoff of the option at expiration, discounted back to t = 0: P(0,s) = e rt E(h(S(T))). Likewise, for an American option, we could maximize the expected value over all stopping times, 0 < τ < T: P(0, s) = sup τ T e rτ E(h(S(τ))). 29

30 Principles Basic principle of Black-Scholes: We seek a portfolio with zero expected value, that consists of short and/or long positions in the option, the underlying, and a risk-free bond. There are two key ideas in developing pricing formulas for derivatives: 1. no-arbitrage principle 2. replicating, or hedging, portfolio 30

31 An arbitrage is a trading strategy with a guaranteed rate of return that exceeds the riskless rate of return. In financial analysis, we assume that arbitrages do not exist. 31

32 Example of the No-Arbitrage Principle Consider a forward contract that obligates one to pay K at T for the underlying. At time t, with t < T, the price of the underlying is S(t). What should the price of the contract be or, equivalently, What should K be so that the price of the contract is 0? Its value at expiry is S(T) K, and of course we do not know S(T). If we have a riskless rate of return r, we can use the no-arbitrage principle to determine the correct price of the contract. To apply the no-arbitrage principle, consider the following strategy: take a long position in the forward contract and sell the underlying short. With this strategy, the investor immediately receives S(t). At time T this amount can be guaranteed to be S(t)e r(t t). 32

33 The No-Arbitrage Principle If K < S(t)e r(t t), a long position in the forward contract and a short position in the underlying is an arbitrage. Conversely, if K > S(t)e r(t t), a short position in the forward contract and a long position in the underlying is an arbitrage. Therefore, under the no-arbitrage assumption, the correct value of K is S(t)e r(t t). 33

34 The replication approach is to determine a portfolio and an associated trading strategy that will provide a payout that is identical to that of the underlying. This portfolio and trading strategy replicates the derivative. A replicating strategy involves both long and short positions. 34

35 Pricing Derivatives If every derivative can be replicated by positions in the underlying (and cash), the economy or market is said to be complete. We will generally assume complete markets. The Black-Scholes approach leads to the idea of a self-financing replicating hedging strategy. The approach yields the interesting fact that the price of the call does not depend on the expected value of the underlying. It does depend on its volatility, however. 35

36 Self-Financing Replicating Hedging Strategy Neil Chriss s example of a casino. Game is to flip a fair coin 3 times. Casino pays $1 if heads occurs 3 times in a row, HHH. How much should it cost to play? (Casino will then add operating and profit margin.) Relation to options; who s short and who s long Big player: $100,000. Bet broker: casino bets $12,500 on H on first toss; casino is even If H occurs, casino has $25,000 and bets on H on second toss 36

37 Analysis of Casino Hedging Example Hedging in general Special properties: Self-financing Replicating. Roles of three participants; who s short and who s long bid-ask spread (will broker charge the expected value of the bet?) other transaction costs... Assumptions: market impact, complete market 37

38 Expected Rate of Return on Stock XYZ selling at S(t 0 ); no dividends. What is its expected value at time T > t 0? It is merely the forward price for what it could be bought now. Forward price: e r(t t 0) S(t 0 ), where r is the risk-free rate of return, S(t 0 ) is the spot price, and T t 0 is the time interval. This is the no-arbitrage principle. The expected value of the stock does not depend on the rate of return of the stock (that s µ in some of the models we ve used). This is true because of the cost of a forward contract. 38

39 Call Option Holder of the forward contract (long position) on XYZ must buy stock at time T for e r(t t 0) S(t 0 ). Holder of a call option buys stock only if S(T) > K. Role of volatility on forward contract holder (volatility not good) on call option holder (volatility good) enhances the value of the option Assumptions... Conclusion under assumptions: expected volatility of the underlying affects the value of an option, but expected rate of return of the underlying does not. 39

40 Hedging Hedging risk: defray the risk of one investment by making an offsetting investment. Cost of hedge. Return of hedge (reduced risk). Perfect hedge: returns exactly the amount needed to cover any loss, and no more. Example: write call (i.e., go short). what is a hedge? owning enough stock to cover is a hedge, but not perfect (it costs too much, and writer is not protected against drop in price of underlying). 40

41 Hedging Black-Scholes approach constructs a portfolio consisting of some underlying and some risk-free (zero-coupon) bonds to offset the short call. (discuss dividends, coupons, etc.) 41

42 Hedging In a perfect hedge, the hedging instrument behaves exactly the way the hedged instrument does. Call option vs. hedging instrument: value at T. they re equal... called payoff replication. 42

43 Dynamic Hedging process of managing the risk of options hedging portfolio s value at any time is equal to the value of the option at that point in time. 1. replicates the payoff 2. has fixed and known total cost weighted portfolio, balancing hedging strategy produces a synthetic version of the option. 43

44 Self-Financing Dynamic Hedging Cost of hedge: 1. infusion of funds cost 2. transaction costs (bid-ask, friction, inability to execute trades at exactly the price specified by the strategy, etc.) A hedging strategy is self-financing if its total to-date cost at any time (excluding transaction costs) is equal to the setup cost. Setup cost: initial outlay; e.q. strategy requires going long $1,000 and short $700; setup is $300 To do this, we need a formula for the relative rates of change of the price of the call and that of the underlying, = dc ds. 44

45 Delta of an Option The delta of an option is the rate of change of the option s value with respect to the change in the underlying s price. Consider times t 0 and t 1. If the value of an option at time t is V (t), and the price of the underlying is S(t), the delta at t 0 is approximated by t0 = V (t 0) e r(t 1 t 0 ) V (t 1 ) S(t 0 ) e r(t 1 t 0 ) S(t 1 ). We essentially neutralize the change in time by the risk-free rate. comments: zero in denominator; time value 45

46 Market Models for Derivative Pricing A simple model of the market assumes two assets: a riskless asset with price at time t of β t, and a risky asset with price at time t of S(t). The price of a derivative can be determined based on trading strategies involving these two assets. The price of the riskless asset follows the deterministic ordinary differential equation dβ t = rβ t dt, where r is the instantaneous riskfree interest rate. The price of the risky asset follows the stochastic differential equation ds(t) = µs(t)dt + σs(t)dw t. 46

47 Preliminary Formula C(t) = t S(t) e r(t t) B(t), where B(t) is the current value of a riskless bond. 47

48 We speak of a portfolio as a vector p whose elements sum to 1. The length of the vector is the number of assets in our universe. Sometimes we limit this to assets whose values are independent of each other; that is, we may exclude derivatives. The no-arbitrage principle can be stated as: There does not exist a p such that for some t > 0, either p T s 0 < 0 and p T S(t)(ω) 0 for all ω, or p T s 0 0 and p T S(t)(ω) 0 for all ω, and p T S(t)(ω) > 0 for some ω. 48

49 A derivative D is said to be attainable (over a universe of assets S = (S (1), S (2),..., S (k) )) if there exists a portfolio p such that for all ω and t, D t (ω) = p T S(t)(ω). Not all derivatives are attainable. The replicating portfolio approach to pricing derivatives applies only to those that are attainable. 49

50 Dynamic and Self-Financing Portfolios The value of a derivative changes in time and as a function of the value of the underlying; therefore, a replicating portfolio must be changing in time or dynamic. In analyses with replicating portfolios, transaction costs are ignored. Also, the replicating portfolio must be self-financing; that is, once the portfolio is initiated, no further capital is required. Every purchase is financed by a sale. 50

51 A Replicating Strategy Using our simple market model, with a riskless asset with price at time t of β t, and a risky asset with price at time t of S(t), (with the usual assumptions on the prices of these assets), we can construct a portfolio whose value will almost surely the payoff of a European call option on the risky asset at time T. At time t, the portfolio consists of a t units of the risky asset, and of b t units of the riskless asset. Therefore, the value of the portfolio is a t S(t)+b t β t. If we scale β t so that β 0 = 1 and adjust b t accordingly, the expression simplifies, so that β t = e rt. The portfolio replicates the value of the option at time T if it has value K S(T) if this is positive and zero otherwise. If the portfolio is self-financing d(a t S(t) + b t e rt ) = a t ds(t) + rb t e rt dt. 51

52 The Black-Scholes Differential Equation Consider the fair value V of a European call option at time t < T. At any time this is a function of both t and the price of the underlying S t. We would like to construct a dynamic, self-financing portfolio (a t, b t ) that will replicate the derivative at maturity. If we can, then the no-arbitrage principle requires that for t < T. a t S t + b t e rt = V (t, S t ), Further, if V (t, S t ) is continuously twice-differentiable, we can use Itô s formula to develop an expression for V (t, S t ). We assume no-arbitrage and we assume that a risk-free return is available. These are big if s, but nevertheless, let s proceed. 52

53 First, differentiate both sides of the equation that represents a replicating portfolio with no arbitrage: ( a t ds t + rb t e rt V dt = µs t + V S t t ) V 2 St 2 σ 2 St 2 dt + V (σs t )db t S t By the market model for ds t the left-hand side is (a t µs t + rb t e rt )dt + a t σs t db t. Equating the coefficients of db t, we have a t = V S t. From our equation for the replicating portfolio we have b t = (V (t, S t ) a t S t ) e rt. 53

54 Now, equating coefficients of dt and substituting for a t and b t, we have the Black-Scholes differential equation, r ( V S t V S t ) = V t σ2 S 2 t 2 V S 2 t Notice that µ is not in the equation. 54

55 Delta Hedging The Black-Scholes differential equation can also be derived by constructing a riskless, self-financing portfolio consisting of a long position in the underlying and a short position in the call. Letting A t be the amount long in the underlying, and N t be the amount short in the derivative, we arrive at the equation A t N t = V S t. The ratio A t N t is called the Delta, and this approach to riskless portfolio construction is called delta hedging. 55

56 The Black-Scholes Differential Equation Instead of European calls, we can consider European puts, and proceed in the same ways (replicating portfolio or Delta hedging). We arrive at the same the Black-Scholes differential equation (rewritten), V t + rs V t + 1 S t 2 σ2 St 2 2 V S 2 t = rv. 56

57 The Black-Scholes Formula The solution depends on the boundary conditions. In the case of European options, these are simple. For calls, they are V c (T, S t ) = (S t K) + For puts, they are V p (T, S t ) = (K S t ) + 57

58 The Black-Scholes Formula With these boundary conditions, there are closed form solutions to the Black-Scholes differential equation. For the call, it is C BS (t, S t ) = S t Φ(d 1 ) Ke r(t t) Φ(d 2 ), where d 1 = log(s t/k) + (r σ2 )(T t) σ, T t d 2 = d 1 σ T t, and Φ(s) = 1 2π s e y2 /2 dy. 58

59 The Black-Scholes Pricing Formula It is interesting to look at the Black-Scholes prices as a function of the price of the underlying. The Black Scholes Call Pricing Function Call Option Price Current Stock Price 59

60 The Black Scholes Put Pricing Function Put Option Price Current Stock Price 60

61 Assumptions The Black-Scholes model depends on several assumptions: differentiability of stock prices with respect to time a dynamic replicating portfolio can be maintained without transaction costs returns are independent normal mean stationary variance stationary 61

62 Stochastic Volatility A condition in which the variance of the returns is random (rather than stationary) is called stochastic volatility. Data on returns provide empirical evidence that the volatility is stochastic. 62

63 Stochastic Volatility and Implied Volatility Stochastic volatility can also account for other empirically observed failures of the Black-Scholes model. For a given option (underlying, type, strike price, and expiry) and given the price of the underlying and the riskfree rate, the Black-Scholes formula relates the option price to the volatility of the underlying; that is, the volatility determines the model option price. The actual price at which the option trades can be observed, however. If this price is used in the Black-Scholes formula, the volatility can be computed. This is called the implied volatility. 63

64 Implied Volatility Recall the Black-Scholes formula: C BS (t, S t ) = S t Φ(d 1 ) Ke r(t t) Φ(d 2 ), where d 1 = log(s t/k) + (r σ2 )(T t) σ, T t d 2 = d 1 σ T t, as before. Let c be the observed price of the call. Now, set C BS (t, S t ) = c, and We have f(σ) = S t Φ(d 1 ) Ke r(t t) Φ(d 2 ), c = f(σ). 64

65 Computing the Implied Volatility Given a value for c, that is, the observed price of the option, we can solve for σ. There is no closed-form solution, so we solve iteratively. Beginning with σ (0), we can use the Newton updates, σ (k+1) = σ (k) (f(σ (k) ) c)/f (σ (k) ). 65

66 Computing the Implied Volatility We have where f (σ) = S t dφ(d 1 ) dσ Ke r(t t)dφ(d 2) dσ = S t φ(d 1 ) dd 1 dσ Ke r(t t) φ(d 2 ) dd 2 dσ, φ(y) = 1 2π e y2 /2, and dd 1 dσ = σ2 (T t) log(s t /K) (r σ2 )(T t) σ 2, T t dd 2 dσ = dd 1 dσ T t. 66

67 Discrepancies in the Observed Implied Volatilities The implied volatility from the Black-Scholes model should be the same at all points. It is not. The implied volatility, for given T and S t, depends on the strike price, K. In general, the implied volatility is greater than the empirical volatility, but the implied volatility is even greater for far out-ofthe money calls. It also increases for deep in-the-money calls. This is called the smile curve, or the volatility smile. 67

68 The Smile Curve The Black Scholes Implied Volatility Implied Volatility Strike Price The available strike prices are not continuous, of course. This curve is a smoothed (and idealized) fit of the observed points. 68

69 The Smile Curve The smile curve is not well-understood, although we have a lot of empirical observations on it. Interestingly, prior to the 1987 crash, the minimum of the smile curve was at or near the market price S t. Since then it is generally at a point larger than the market price. 69

70 Computations of Black-Scholes Implied Volatility The Black-Scholes price depends on being able to evaluate the standard normal CDF, and the implied volatility depends on being able to evaluate the standard normal PDF. The PDF is easy to compute from the definition: f(x) = e x2 /2 / 2π. The CDF is more difficult. In R, the CDF is computed by pnorm and the PDF by dnorm. In Statistics Toolbox of Matlab, the CDF is computed by normcdf and the PDF by normpdf. Without the Statistics Toolbox, in Matlab, the CDF can be computed at the point x by (1 + (erf(x/sqrt(2))))./2. 70

71 Variation in Volatility over Time The volatility also varies in time. There are periods of high volatility and other periods of low volatility. This is called volatility clustering. The volatility of an index is somewhat similar to that of an individual stock. The volatility of an index is a reflection of market sentiment. (There are various ways of interpreting this!) In general, a declining market is viewed as more risky than a rising market, and hence, it is generally true that the volatility in a declining market is higher. Contrarians believe high volatility is bullish because it lags market trends. 71

72 Measuring the Volatility of the Market A standard measure of the overall volatility of the market is the CBOE Volatility Index, VIX, which CBOE introduced in 1993 as a weighted average of the Black-Scholes-implied volatilities of the S&P 100 Index from at-the-money near-term call and put options. ( At-the-money is defined as the strike price with the smallest difference between the call price and the put price.) In 2004, futures on the VIX began trading on the CBOE Futures Exchange (CFE), and in 2006, CBOE listed European-style calls and puts on the VIX. Another measure is the CBOE Nasdaq Volatility Index, VXN, which CBOE computes from the Nasdaq-100 Index, NDX, similarly to the VIX. (Note that the more widely-watched Nasdaq Index is the Composite, IXIC.) 72

73 The VIX In 2006, CBOE changed the way the VIX is computed. It is now based on the volatilities of the S&P 500 Index implied by several call and put options, not just those at the money, and it uses near-term and next-term options (where near-term is the earliest expiry mover than 8 days away). It is no longer computed from the Black-Scholes formula. It uses the prices of calls with strikes above the current price of the underlying, starting with the first out-of-the money call and sequentially including all with higher strikes until two consecutive such calls have no bids. It uses the prices of puts with strikes below the current price of the underlying in a similar manner. The price of an option is the mid-quote price, i.e. the average of the bid and ask prices. 73

74 Technical Details: Computing the VIX Let K 1 = K 2 < K 3 < < K n 1 < K n = K n+1 be the strike prices of the options that are to be used. The VIX is defined as 100 σ, where σ 2 = 2erT T ( n i=2;i j K i Ki 2 Q(K i ) + K j Kj 2 1 T ( ( Q(Kj put) + Q(K j call) ) /2 F K j 1) 2, T is the time to expiry (in our usual notation, we would use T t, but we can let t = 0), F, called the forward index level, is the at-the-money strike plus e rt times the difference in the call and put prices for that strike, K i is the strike price of the i th out-of-the-money strike price (that is, of a put if K i < F and of a call if F < K i ), K i = (K i+1 K i 1 )/2, Q(K i ) is the mid-quote price of the option, r is the risk-free interest rate, and K j is the largest strike price less than F. 74 )

75 Technical Details: Computing the VIX Time is measured in minutes, and converted to years. Months are considered to have 30 days and years are considered to have 365 days. There are N 1 = 1,440 minutes in a day. There are N 30 = 43,200 minutes in a month. There are N 365 = 525,600 minutes in a year. A value σ1 2 is computed for the near-term options with expiry T 1, and a value σ2 2 is computed for the next-term options with expiry T 2, and then σ is computed as σ = ( T 1 σ 2 1 N T2 N 30 N T2 N T1 + T 2 σ 2 1 N 30 N T1 N T2 N T1 ) N365 N

Volatility of Asset Returns

Volatility of Asset Returns Volatility of Asset Returns We can almost directly observe the return (simple or log) of an asset over any given period. All that it requires is the observed price at the beginning of the period and the

More information

1.1 Basic Financial Derivatives: Forward Contracts and Options

1.1 Basic Financial Derivatives: Forward Contracts and Options Chapter 1 Preliminaries 1.1 Basic Financial Derivatives: Forward Contracts and Options A derivative is a financial instrument whose value depends on the values of other, more basic underlying variables

More information

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

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

More information

The Black-Scholes Model

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

More information

The Black-Scholes Model

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

More information

Computational and Statistical Methods in Finance

Computational and Statistical Methods in Finance Computational and Statistical Methods in Finance An Introduction and Overview Tutorial James E. Gentle George Mason University Contact: jgentle@gmu.edu 1 Why Study Financial Data? To get rich (just kidding!)

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

Probability in Options Pricing

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

More information

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

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

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

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

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

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

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

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

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

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

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

Mathematics of Finance Final Preparation December 19. To be thoroughly prepared for the final exam, you should

Mathematics of Finance Final Preparation December 19. To be thoroughly prepared for the final exam, you should Mathematics of Finance Final Preparation December 19 To be thoroughly prepared for the final exam, you should 1. know how to do the homework problems. 2. be able to provide (correct and complete!) definitions

More information

Forwards and Futures. Chapter Basics of forwards and futures Forwards

Forwards and Futures. Chapter Basics of forwards and futures Forwards Chapter 7 Forwards and Futures Copyright c 2008 2011 Hyeong In Choi, All rights reserved. 7.1 Basics of forwards and futures The financial assets typically stocks we have been dealing with so far are the

More information

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

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

More information

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

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

( ) 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

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

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

Pricing theory of financial derivatives

Pricing theory of financial derivatives Pricing theory of financial derivatives One-period securities model S denotes the price process {S(t) : t = 0, 1}, where S(t) = (S 1 (t) S 2 (t) S M (t)). Here, M is the number of securities. At t = 1,

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

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

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

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

More information

Lecture 3: Review of mathematical finance and derivative pricing models

Lecture 3: Review of mathematical finance and derivative pricing models Lecture 3: Review of mathematical finance and derivative pricing models Xiaoguang Wang STAT 598W January 21th, 2014 (STAT 598W) Lecture 3 1 / 51 Outline 1 Some model independent definitions and principals

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

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

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 19 11/20/2013. Applications of Ito calculus to finance

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.070J Fall 2013 Lecture 19 11/20/2013. Applications of Ito calculus to finance MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.265/15.7J Fall 213 Lecture 19 11/2/213 Applications of Ito calculus to finance Content. 1. Trading strategies 2. Black-Scholes option pricing formula 1 Security

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

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 Calculus, Application of Real Analysis in Finance

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

More information

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

Black-Scholes-Merton Model

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

More information

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

Aspects of Financial Mathematics:

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

More information

Lecture 1 Definitions from finance

Lecture 1 Definitions from finance Lecture 1 s from finance Financial market instruments can be divided into two types. There are the underlying stocks shares, bonds, commodities, foreign currencies; and their derivatives, claims that promise

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 1 The Black-Scholes-Merton Random Walk Assumption l Consider a stock whose price is S l In a short period of time of length t the return

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

Risk Neutral Measures

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

More information

Chapter 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

QF 101 Revision. Christopher Ting. Christopher Ting. : : : LKCSB 5036

QF 101 Revision. Christopher Ting. Christopher Ting.   : : : LKCSB 5036 QF 101 Revision Christopher Ting Christopher Ting http://www.mysmu.edu/faculty/christophert/ : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 November 12, 2016 Christopher Ting QF 101 Week 13 November

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

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

1 Implied Volatility from Local Volatility

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

More information

Advanced Stochastic Processes.

Advanced Stochastic Processes. Advanced Stochastic Processes. David Gamarnik LECTURE 16 Applications of Ito calculus to finance Lecture outline Trading strategies Black Scholes option pricing formula 16.1. Security price processes,

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

Financial Risk Management

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

More information

Stochastic Modelling in Finance

Stochastic Modelling in Finance in Finance Department of Mathematics and Statistics University of Strathclyde Glasgow, G1 1XH April 2010 Outline and Probability 1 and Probability 2 Linear modelling Nonlinear modelling 3 The Black Scholes

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

Beyond the Black-Scholes-Merton model

Beyond the Black-Scholes-Merton model Econophysics Lecture Leiden, November 5, 2009 Overview 1 Limitations of the Black-Scholes model 2 3 4 Limitations of the Black-Scholes model Black-Scholes model Good news: it is a nice, well-behaved model

More information

Path Dependent British Options

Path Dependent British Options Path Dependent British Options Kristoffer J Glover (Joint work with G. Peskir and F. Samee) School of Finance and Economics University of Technology, Sydney 18th August 2009 (PDE & Mathematical Finance

More information

Introduction to Financial Derivatives

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

More information

Replication and Absence of Arbitrage in Non-Semimartingale Models

Replication and Absence of Arbitrage in Non-Semimartingale Models Replication and Absence of Arbitrage in Non-Semimartingale Models Matematiikan päivät, Tampere, 4-5. January 2006 Tommi Sottinen University of Helsinki 4.1.2006 Outline 1. The classical pricing model:

More information

1 Interest Based Instruments

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

More information

Options Markets: Introduction

Options Markets: Introduction 17-2 Options Options Markets: Introduction Derivatives are securities that get their value from the price of other securities. Derivatives are contingent claims because their payoffs depend on the value

More information

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

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

More information

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

2.3 Mathematical Finance: Option pricing

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

More information

The Volatility Smile Dynamics Implied by Smile-Consistent Option Pricing Models and Empirical Data

The Volatility Smile Dynamics Implied by Smile-Consistent Option Pricing Models and Empirical Data The Volatility Smile Dynamics Implied by Smile-Consistent Option Pricing Models and Empirical Data MSc Thesis Author: Besiana Rexhepi Supervisers: Dr. Drona Kandhai Drs. Qiu Guangzhong Commitee members:

More information

Finance II. May 27, F (t, x)+αx f t x σ2 x 2 2 F F (T,x) = ln(x).

Finance II. May 27, F (t, x)+αx f t x σ2 x 2 2 F F (T,x) = ln(x). Finance II May 27, 25 1.-15. All notation should be clearly defined. Arguments should be complete and careful. 1. (a) Solve the boundary value problem F (t, x)+αx f t x + 1 2 σ2 x 2 2 F (t, x) x2 =, F

More information

TEST OF BOUNDED LOG-NORMAL PROCESS FOR OPTIONS PRICING

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

More information

MORNING SESSION. Date: Wednesday, April 30, 2014 Time: 8:30 a.m. 11:45 a.m. INSTRUCTIONS TO CANDIDATES

MORNING SESSION. Date: Wednesday, April 30, 2014 Time: 8:30 a.m. 11:45 a.m. INSTRUCTIONS TO CANDIDATES SOCIETY OF ACTUARIES Quantitative Finance and Investment Core Exam QFICORE MORNING SESSION Date: Wednesday, April 30, 2014 Time: 8:30 a.m. 11:45 a.m. INSTRUCTIONS TO CANDIDATES General Instructions 1.

More information

Cash Accumulation Strategy based on Optimal Replication of Random Claims with Ordinary Integrals

Cash Accumulation Strategy based on Optimal Replication of Random Claims with Ordinary Integrals arxiv:1711.1756v1 [q-fin.mf] 6 Nov 217 Cash Accumulation Strategy based on Optimal Replication of Random Claims with Ordinary Integrals Renko Siebols This paper presents a numerical model to solve the

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

The British Russian Option

The British Russian Option The British Russian Option Kristoffer J Glover (Joint work with G. Peskir and F. Samee) School of Finance and Economics University of Technology, Sydney 25th June 2010 (6th World Congress of the BFS, Toronto)

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

IEOR E4703: Monte-Carlo Simulation

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

More information

The Black-Scholes Equation using Heat Equation

The Black-Scholes Equation using Heat Equation The Black-Scholes Equation using Heat Equation Peter Cassar May 0, 05 Assumptions of the Black-Scholes Model We have a risk free asset given by the price process, dbt = rbt The asset price follows a geometric

More information

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

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

More information

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

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

Applying the Principles of Quantitative Finance to the Construction of Model-Free Volatility Indices

Applying the Principles of Quantitative Finance to the Construction of Model-Free Volatility Indices Applying the Principles of Quantitative Finance to the Construction of Model-Free Volatility Indices Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg

More information

We discussed last time how the Girsanov theorem allows us to reweight probability measures to change the drift in an SDE.

We discussed last time how the Girsanov theorem allows us to reweight probability measures to change the drift in an SDE. Risk Neutral Pricing Thursday, May 12, 2011 2:03 PM We discussed last time how the Girsanov theorem allows us to reweight probability measures to change the drift in an SDE. This is used to construct a

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

Monte Carlo Simulations

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

More information

M.I.T Fall Practice Problems

M.I.T Fall Practice Problems M.I.T. 15.450-Fall 2010 Sloan School of Management Professor Leonid Kogan Practice Problems 1. Consider a 3-period model with t = 0, 1, 2, 3. There are a stock and a risk-free asset. The initial stock

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

A Classical Approach to the Black-and-Scholes Formula and its Critiques, Discretization of the model - Ingmar Glauche

A Classical Approach to the Black-and-Scholes Formula and its Critiques, Discretization of the model - Ingmar Glauche A Classical Approach to the Black-and-Scholes Formula and its Critiques, Discretization of the model - Ingmar Glauche Physics Department Duke University Durham, North Carolina 30th April 2001 3 1 Introduction

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

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

Stochastic Differential equations as applied to pricing of options

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

More information

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

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

Mixing Di usion and Jump Processes

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

More information

Lecture 6: Option Pricing Using a One-step Binomial Tree. Thursday, September 12, 13

Lecture 6: Option Pricing Using a One-step Binomial Tree. Thursday, September 12, 13 Lecture 6: Option Pricing Using a One-step Binomial Tree An over-simplified model with surprisingly general extensions a single time step from 0 to T two types of traded securities: stock S and a bond

More information

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

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

More information

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

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

Modeling via Stochastic Processes in Finance

Modeling via Stochastic Processes in Finance Modeling via Stochastic Processes in Finance Dimbinirina Ramarimbahoaka Department of Mathematics and Statistics University of Calgary AMAT 621 - Fall 2012 October 15, 2012 Question: What are appropriate

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

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

Exam Quantitative Finance (35V5A1)

Exam Quantitative Finance (35V5A1) Exam Quantitative Finance (35V5A1) Part I: Discrete-time finance Exercise 1 (20 points) a. Provide the definition of the pricing kernel k q. Relate this pricing kernel to the set of discount factors D

More information