Skip to content

Model for European call and put option prices on the S&P500 index.

Notifications You must be signed in to change notification settings

sloebrich/Option-pricing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Options pricing

In this notebook, we estimate option prices in the Black Scholes model. The data consists of option prices for call and put options for the S&P500 index that have been retrieved from Yahoo finance (https://finance.yahoo.com/quote/%5EGSPC?p=%5EGSPC) in Januray 2020.

The first step is to find the implied volatilities using Newton's method. After that, we split the datasets into in-the-money and out-of-the-money options and perform a linear regression on each part. This gives us a piecewise linear approximation that takes volatility smiles into account. We compute the Black-Scholes price for this approximation and compare it to the observed option prices.

About

Model for European call and put option prices on the S&P500 index.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published