Estimating ATM Option Prices
I work through a well-known approximation of the Black–Scholes price of at-the-money (ATM) options.
A well-known approximation for the Black–Scholes price of an at-the-money (ATM) call or put is
where and are the call and put prices respectively, is the stock price, is the stock’s volatility, and is the time to expiry. To my knowledge, this approximation is from (Brenner & Subrahmanyan, 1988). The goal of this post is to derive Equation myself.
Consider the Black–Scholes price for a call option:
where is the strike price, is the interest rate, and is the cumulative distribution function (CDF) of the standard normal distribution. If the option is ATM, then , and we can write the call as:
Next, if we assume that , then and simplify to
This appears to be a simple form, but the CDF is too complicated for quick calculations. So let’s approximate it with a first-order Taylor expansion. Note that the Maclaurin series of is
So we will linearly approximate with just the first two terms. In the case of ATM options, this is justified if neither nor is too large, since these terms define and . In practice, however, I think and can both be relatively large. For example, when the annualized volatility is and the time to expiry is year, the ATM value for is (Equation ), and the relative error between and the first-order Taylor approximation of is roughly (Figure ). If you want to quickly price an ATM option, this seems like an acceptable error.
Now let’s plug the first two terms of the Taylor approximation into Equation . We get
This allows us to approximate the Black–Scholes price of the call as
Finally, we just need a good estimate of . This is just the probability density function of the standard normal distribution evaluated at zero:
Finally, observe that if , then by put-call parity. Putting this all together, we have
as desired.
Example
At the time of this writing, Apple stock is trading at roughly . An option that expires next Friday (one full trading week) has a time-to-expiry of roughly
Let’s approximate the square root of that as just . Finally, imagine we know that the implied volatility of an ATM Apple call is roughly . Then the ATM approximation of an Apple call is
And this is pretty close to the last trade price for a call option with strike expiring next Friday: . As usual, these data are from Yahoo! Finance.
- Brenner, M., & Subrahmanyan, M. G. (1988). A simple formula to compute the implied standard deviation. Financial Analysts Journal, 44(5), 80–83.