Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement volatility surface functionality #24

Merged
merged 61 commits into from
Sep 7, 2019

Conversation

imanuelcostigan
Copy link
Owner

@imanuelcostigan imanuelcostigan commented Sep 7, 2019

Fixes #23

Changes proposed:

  • 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().

Sayfeddine Hamada and others added 30 commits May 13, 2019 10:17
In the previous commit I have used "@family build object helpers" for the vol objects, this caused conflict in the Rd file, I had to remove it . Now created a new family for vol object build. We can re-link the families a-posteriori
using usethis::use_tidy_description()
Is unnecessary given you have the calibrated interpolator in the object
* `at` is a tibble rather than list
@imanuelcostigan imanuelcostigan merged commit 594331e into master Sep 7, 2019
@imanuelcostigan imanuelcostigan deleted the feature-vol-surface branch September 7, 2019 04:13
@imanuelcostigan
Copy link
Owner Author

@sefhamada - fyi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get vol surface functionality ready for merge into master
1 participant