link to University of Nebraska Lincoln
Department of Mathematics
203 Avery Hall
University of Nebraska Lincoln
Lincoln, NE 68588-0323
402-472-3731 (voice)
402-472-8466 (fax)

Math 489/Math 889
Stochastic Processes and
Advanced Mathematical Finance
Dunbar, Fall 2007


Implied Volatility


Key Concepts

Key Concepts

  1. Historical volatility can be estimated by using the standard deviation estimator from statistics to the observations ln(Si/Si-1).
  2. Implied volatility can be deduced by numerically solving the Black Scholes formula for s.


Vocabulary

Vocabulary

  1. Historical volatility is defined as an estimate of the variance of the logarithm of the price of the underlying asset, obtained from past data.
  2. Implied volatility is the numerical value of the volatility parameter that makes the market price of an option equal to the value from the Black-Scholes formula.


Mathematical Ideas

Mathematical Ideas

This section is adapted from: Quantitative modeling of Derivative Securities by Marco Avellaneda, and Peter Laurence, Chapman and Hall, Boca Raton, 2000, page 66,; and Options, Futures, and other Derivative Securities second edition, by John C. Hull, Prentice Hall, 1993, pages 229-230.

Historical volatility

Historical volatility estimates require the use of appropriate statistical estimators, usually one of the estimators of variance. One of the main problems in this regard is to select the sample size, or window of observations that will be used to estimate s. Different time-windows tend to give different volatility estimates.

Another problem with using historical volatility is that it assumes that future market performance will be reflected in past market data. Although this is a natural scientific assumption, it does not take into account historical anomalies, or changes such as the October 1987 stock market jump.

To estimate the volatility of a stock price empirically, the stock price is observed at regular intervals, such as every day, every week, or every month. Define:

  1. the number of observations n + 1
  2. Si, i = 0, 1, 2, 3,...n is the stock price at the end of the ith interval,
  3. t is the length of each of the time intervals (in years)

and let

 ( S ) ui = ln(Si) - ln(Si-1) = ln ---i- Si-1

for i = 1, 2, 3,... be the increment of the logarithms of the stock prices. We are assuming that the stock price acts as a Geometric Brownian Motion, so that ln(Si) - ln(Si-1) ~ N(rt,s2t).

Since Si = Si-1eui, ui is the continuously compounded return, (not annualized) in the ith interval. Then the usual estimate s, of the standard deviation of the ui’s is given by

 ------------------- n V~ ---1-- sum 2 s = n - 1 (ui- u) i=1

where u is the mean of the ui’s. Sometimes it is more convenient to use the equivalent formula

 --------n------------------------------- V~ --1-- sum 2 ----1----(s um n )2 s = n- 1 ui - n(n - 1) i = 1 ui . i=1

As usual, we assume the stock price varies as a geometric Brownian motion, That means that the logarithm of the stock price is a Brownian motion with some drift and on the period of time t, would have a variance s2t. Therefore, s is an estimate of s V~ - t. It follows that s can be estimated as

 s s ~~ V~ -. t

Choosing an appropriate value for n is not easy. Because s does change over time, and data that are too old may not be relevant for the present or the future. A compromise that seems to work reasonably well is to use closing prices from daily data over the most recent 90 to 180 days. Empirical research indicates that only trading days should be used, so days when the exchange is closed should be ignored for the purposes of the volatility calculation.

Implied Volatility

The implied volatility is the parameter s in the Black-Scholes formula that would give the option price that is observed in the market, all other parameters being known.

Almost obviously, it is not possible to “invert” the Black-Scholes formula to explicitly express s as a function of the other parameters. Therefore, one is reduced to numerical techniques to implicitly solve for s. A simple idea is to use the method of bisection search to find s. Here is an illustration: Suppose the value of a call on a non-dividend paying stock is 1.875 when S = 21, K = 20, r = 0.1, and T - t = 0.25. We could start by (more or less arbitrarily) guessing s = 0.20, which gives a value of C = 1.76, which is too low. Since C is a increasing function of s, this suggests we try a value of s = 0.30. This gives C = 2.10, too high, so we try s = 0.25, which gives a value of C = 1.92 , and then we try a value of s = 0.225, which yields C = and then we try s = 0.235 which is just about right. Therefore, we take s = 0.235 or 23.5% per annum.

A faster procedure is to use the Newton method, which is iterative. Essentially we are trying to solve

f(s,S, K, r,T - t)- C = 0

, so from an initial guess s0, we from the Newton iterates

si+1 = si - f(si)/(df(si)/ds).

This means one has to differentiate the Black-Scholes formula with respect to s. This derivative is one of the “Greeks” known as vega which we will look at more extensively in the next section. A formula for vega for a European call option is

df V ~ ----- --- = S T - tP'(d1)exp(- r(T - t)) ds

but still, one would probably program the iteration, with a computer rather than do it by hand.

Implied volatility is a “forward-looking” estimation technique, in contrast to the “backward-looking” historical volatility. That is, it incorporates the market’s expectations about the prices of securities and their derivatives, or more concisely, about risk. More sophisticated combinations and weighted averages combining estimates from several different derivative claims can be developed.


Problems to Work for Understanding

  1. Suppose that the observations on a stock price (in dollars) at the end of each of 15 consecutive weeks are as follows: 30.25, 32, 31.125, 30.25, 30.375, 30.625, 33, 32.875, 33, 33.5, 33.5 33.75, 33.5, 33.25. Estimate the stock price volatility.

    Solution

  2. A call option on a non-dividend paying stock has a market price of $2.50. The stock price is $15, the exercise price is $13, the ime to maturity is 3 months, and the risk-free interest rate is 5% per annum. What is the implied volatility?

    Solution


Reading Suggestion:

  1. Quantitative modeling of Derivative Securities by Marco Avellaneda, and Peter Laurence, Chapman and Hall, Boca Raton, 2000, page 66,;
  2. Options, Futures, and other Derivative Securities second edition, by John C. Hull, Prentice Hall, 1993, pages 229-230.


Outside Readings and Links:

  1. Peter Hoadley, Options Strategy Analysis Tools has a Historic Volatility Calculator that calculates and graphs historic volatility using historical price data retrieved from Yahoo.com. Submitted by Bashar Al-Salim, Dec. 2, 2003.
  2. Analysis of asset allocation A calculator to compute implied volatility using Black and Scholes. Submitted by Bashar Al-Salim, Dec. 2, 2003.
  3. Jerry Marlow Free tutorials to compute implied volatility. submitted by Bashar Al-Salim, Dec. 2, 2003.
  4. “Assessing the latest models developments for Stochastic (implied) Volatility”, Deutsche Bank A presentation by Deutsche Bank. (It is recommended to download the PDF file, since the link is very slow.) Submitted by Mansour Abdoli, December 3, 2003.
  5. Federal Reserve Bank of New York Implied volatilityfor foreign currency options submitted by Mansour Abdoli, December 3, 2003.
  6. MindXpansion,a Tool for Option TradersThis option calculator packages an enormous amount of functionality onto one screen, calculating implied volatility or historical volatility with Midas Touch. Submitted by Chun Fan, Dec. 3, 2003.


I check all the information on each page for correctness and typographical errors. Nevertheless, some errors may occur and I would be grateful if you would alert me to such errors. I make every reasonable effort to present current and accurate information for public use, however I do not guarantee the accuracy or timeliness of information on this website. Your use of the information from this website is strictly voluntary and at your risk.

I have checked the links to external sites for usefulness. Links to external websites are provided as a convenience. I do not endorse, control, monitor, or guarantee the information contained in any external website. I don't guarantee that the links are active at all times. Use the links here with the same caution as you would all information on the Internet. This website reflects the thoughts, interests and opinions of its author. They do not explicitly represent official positions or policies of my employer.

Information on this website is subject to change without notice.

Steve Dunbar's Home Page, http://www.math.unl.edu/~sdunbar1
Email to Steve Dunbar, sdunbar1@unl.edu

Last modified: [an error occurred while processing this directive]