QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
Garman-Klass volatility model. More...
#include <garmanklass.hpp>
Public Member Functions | |
GarmanKlassAbstract (Real y) | |
TimeSeries< Volatility > | calculate (const TimeSeries< IntervalPrice > "eSeries) override |
Public Member Functions inherited from LocalVolatilityEstimator< IntervalPrice > | |
virtual | ~LocalVolatilityEstimator ()=default |
virtual TimeSeries< Volatility > | calculate (const TimeSeries< IntervalPrice > "eSeries)=0 |
Protected Member Functions | |
virtual Real | calculatePoint (const IntervalPrice &p)=0 |
Protected Attributes | |
Real | yearFraction_ |
Garman-Klass volatility model.
This class implements a concrete volatility model based on high low formulas using the method of Garman and Klass in their paper "On the Estimation of the Security Price from Historical Data" at http://www.fea.com/resources/pdf/a_estimation_of_security_price.pdf
Volatilities are assumed to be expressed on an annual basis.
Definition at line 41 of file garmanklass.hpp.
|
explicit |
Definition at line 47 of file garmanklass.hpp.
|
protectedpure virtual |
Implemented in GarmanKlassSimpleSigma, ParkinsonSigma, GarmanKlassSigma4, and GarmanKlassSigma5.
|
overridevirtual |
Implements LocalVolatilityEstimator< IntervalPrice >.
Reimplemented in GarmanKlassOpenClose< GarmanKlassSimpleSigma >, GarmanKlassOpenClose< ParkinsonSigma >, and GarmanKlassOpenClose< GarmanKlassSigma4 >.
Definition at line 49 of file garmanklass.hpp.
|
protected |
Definition at line 44 of file garmanklass.hpp.