-
-
Notifications
You must be signed in to change notification settings - Fork 143
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 calibration module using argmin
crate.
#22
Comments
Could we start first with grouping the pricing models inside the modules to have a better structure? lets say
|
Are you referring to the models contained in option_models.rs ? |
In general the structure of the crate: To have one main folder with all the general pricing models and then inside the different instruments a separate folder for the pricers separated from the instruments itself e.g.
and so on. |
The Models go in the Edit: |
Ok, I understand thanks for the information! I will remain subscribed till then :) |
All pricing models should be able to be calibrated to market prices.
A nice Crate called
argmin
available here looks like it can achieve this, using Brent method or something similar.Can also perform calibration using
RustQuant::autodiff
possibly ?This requires the ability to read in price data from .csv or .json, for example. See related issue #23
The text was updated successfully, but these errors were encountered: