AlanMcCann / PyData-Meetup

Notebook for 19 January PyData Singapore Meetup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Equity Option Implied Volatility Analytics with Python

Notebook for 19 January PyData Singapore Meetup

Python has become an increasingly important tool in the domain of quantitative and algorithmic trading and research. Users range from senior quantitative analysts and researchings pricing complex derivatives using numerical techniques all the way to the retail trader just getting started. This talk will cover the basics of pricing "plain vanilla" options on listed equities and dive into some analysis of the unobserved feature of listed equity options known as implied volatility.

In this talk, we'll learn a bit about Black-Scholes model, the derived option pricing formula and the "greeks" and how to code it all in Python. I'll then demonstrate how to gather options data using Pandas and apply various transformations to obtain the theoretical value of the option and the associated greeks. We'll then extend the talk to discuss implied volatility and show how to use Numpy methods to compute implied volatility and model missing and bad values using interpolation. Finally, we'll use the results to visualize the so-called volatility skew and term structure to help inform potential trading decisions.

Me online

About

Notebook for 19 January PyData Singapore Meetup


Languages

Language:Jupyter Notebook 100.0%