Skip to main content

Blogs

A Brief History of Derivatives - Don Chance

Posted in

 To start we need to go back to the Bible. In Genesis Chapter 29, believed to be about the year 1700 B.C., Jacob purchased an option costing him seven years of labor that granted him the right to marry Laban's daughter Rachel. His prospective father-in-law, however, reneged, perhaps making this not only the first derivative but the first default on a derivative.

Variance Notional vs. Vega Notional

In Variance Swap, the relationship between  Vega Notional (the dollar value per vega or volatility point) and Variance Notional (the dollar value per variance unit) is conventionally expressed as

\[VarianceNotional=\frac{VegaNotional}{2K_{Var}}\]

The $ 2K_{Var} $ comes from the first order Taylor expansion (expand the function $ f\left(\sigma_{Var}\right)=\sigma_{Var}^2-K_{Var}^2 $).

Historical High-Low Volatility: Parkinson

The  Parkinson formula for estimating the historical volatility of an underlying based on high and low prices.

$ \sigma = \sqrt{\frac{Z}{n 4 \ln 2}\sum_{i=1}^{n}\left(\ln \frac{H_i}{L_i}\right)^2} $

where

$ \sigma  $ = Volatility
$ Z $ = Number of closing prices in a year
$ n $ = Number of historical prices used in the volatility estimate
$ H_i $ = The high
$ L_i  $ = The low

http://www.sitmo.com/eq/173

Historical Open-High-Low-Close Volatility: Garman and Klass (Yang Zhang)

Yang and Zhang derived an extension to the Garman Glass historical volatility estimator that allows for opening jumps. It assumes Brownian motion with zero drift. This is currently the preferred version of open-high-low-close volatility estimator for zero drift and has an efficiency of 8 times the classic close-to-close estimator. Note that when the drift is nonzero, but instead relative large to the volatility, this estimator will tend to overestimate the volatility.

What did I say then?

SMBMOUNT failed!

I found this rather funny problem with smbmount, with smbmount exiting giving error execvp of smbmnt failed. Error was no such file or directory. smbmnt failed: 1
The error was caused by smbmnt, which is called by smbmount, not in the PATH. Simply adding /usr/sbin to the PATH did the job...

Syndicate content