Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Calculating the VSTOXX Index — VSTOXX Advanced Services 2.

0 (August 2014) documentation

Previous |Search
Next | Index
term Go

Calculating the
Table Of Contents VSTOXX Index
Python Preliminaries
This tutorial is about the (re-) calculation of the
Analyzing Historical VSTOXX Data VSTOXX index. You will find all background
information as well as Python files which will
Calculating the VSTOXX Index enable you to recalculate historical VSTOXX
index values as well as current ones in
Introduction
(almost) real-time. The tutorial consists of five
Collecting the Data sections.

Calculating the Sub-Indexes

Calculating VSTOXX Introduction


Helper Functions
This tutorial deals with the rebuilding of the
Further Information VSTOXX, the volatility index based on EURO
STOXX 50 options. The goal is to achieve a
Valuing Volatility Derivatives good understanding of the processes and
underlying mechanics of calculating the
Automated Monte Carlo Tests
VSTOXX index.
Calibration of the Pricing Model
The VSTOXX index itself is based on two sub-
Backtesting of VSTOXX Strategies indexes, which themselves are derived from
EUREX option series (both Puts and Calls) on
the STOXX (OESX). The algorithm and
therefore this tutorial are comprised of three
main parts:
Previous topic
Analyzing Historical VSTOXX Data Get and clean-up the data of the
necessary option series.
Next topic
Compute the sub-indexes from the
Valuing Volatility Derivatives
option data.
Compute the VSTOXX index from the
relevant sub-indexes.

A few remarks about the option series and sub-


indices used and their expiry dates and time
horizons, respectively.

There are 8 sub-indexes of the VSTOXX which


each measure the implied volatility of an option
series with fixed expiry. For example, the
VSTOXX 1M sub-index starts with the option
series that has 1 month expiry and is
calculated up to two days prior to the fixed
maturity date of the according option series.

Settlement
date of the
Disclaimer Privacy policy Imprint Rules and Regulations

http://www.eurexchange.com/advanced-services/vstoxx/02_VSTOXX_Calculation.html[25/05/2016 5:53:05]
Calculating the VSTOXX Index — VSTOXX Advanced Services 2.0 (August 2014) documentation

http://www.eurexchange.com/advanced-services/vstoxx/02_VSTOXX_Calculation.html[25/05/2016 5:53:05]
Calculating the VSTOXX Index — VSTOXX Advanced Services 2.0 (August 2014) documentation

http://www.eurexchange.com/advanced-services/vstoxx/02_VSTOXX_Calculation.html[25/05/2016 5:53:05]

You might also like