HQu-0.0.0.3: quantitative finance library
Safe HaskellNone
LanguageHaskell2010

Q.Options.ImpliedVol.Surface

Synopsis

Documentation

data Surface v k Source #

Implied volatility surface where the strikes are in the space of k and implied volatility time slice is v.

Constructors

Surface 

Fields

totalVarKT :: (StrikeSpace k, TimeSlice v k) => Surface v k -> Strike -> YearFrac -> TotalVar Source #

fwdTotalVarKT :: (StrikeSpace k, TimeSlice v k) => Surface v k -> Strike -> YearFrac -> Strike -> YearFrac -> TotalVar Source #

volKT :: (StrikeSpace k, TimeSlice v k) => Surface v k -> Strike -> YearFrac -> Vol Source #