Skip to content

Commit

Permalink
Update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
imanuelcostigan committed Sep 7, 2019
1 parent 37fe2d1 commit 2f7cee6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

NEW:

- `VolQuotes()` and `VolSurface()` allow you to create volatility surfaces.
- `LinearCubicTimeVarInterpolation()` is a two dimensional interpolator that allows you to interpolate linearly in the maturity dimension and using cubic splines in the smile dimension when coupled with `VolSurface`.
- Implemented a `VolSurface` method for `interpolate()`
- `VolQuotes()` and `VolSurface()` allow you to create volatility surfaces. The latter can be interpolated by a two-dimensional interpolator via `LinearCubicTimeVarInterpolation()` which uses linear interpolation in the maturity dimension (x), cubic splines in the smile dimension (y) for implied volatility squared (variance, z).
- Implemented a `VolSurface` method for `interpolate()`.

IMPROVED:

Expand Down

0 comments on commit 2f7cee6

Please sign in to comment.