Skip to content

Python repository with various projects in Machine Learning and Finance

License

Notifications You must be signed in to change notification settings

ourway/SDev.Python

 
 

Repository files navigation

SDev.Python

Python repository for various tools and projects in Machine Learning for Quantitative Finance. In the current release, we focus on stochastic volatility surfaces and their calibration through Machine Learning methods. See other work on our main website SDev-Finance.

Stochastic volatility calibration

In this project we use Neural Networks to improve the calibration speed for stochastic volatility models. For now we consider only the direct map, i.e. the calculation from model parameters to implied volatilities.

We first generate datasets of parameters (inputs) and vanilla option prices (outputs) and then train the network to replicate the prices. In this manner, the learning model is used as a pricing function to replace costly closed-forms or PDE/MC price calculations.

Our models can be saved to files for later usage, and can be re-trained from a saved state. We cover (Hagan) SABR, No-Arbitrage SABR (i.e. the actual SABR dynamic), Free-Boundary SABR, ZABR and Heston models.

Jupyter notebooks are available for demo under ./notebooks.

Trained models are saved under ./models/stovol. Sample training data is provided under ./datasets/stovol. However, these are only small sets for demo (50k samples). The larger sets we used for training (500k-2m) can be downloaded from our Kaggle account.

The notebook ./notebooks/StoVol Dataset Generation.ipynb can be used to generate samples (beware of setting up output paths to your local drive). The notebook ./notebooks/StoVol Training.ipynb can be used to train models (pre-trained or not) on the samples. The .py scripts corresponding to these notebooks are under sdevpy/projects/stovol.

Other Tools

The package contains various other tools including Black-Scholes/Bachelier formulas, Monte-Carlo simulation of vanilla prices and other utilities. It also features a wrapper class above Keras for easier management of trained models with their scalers, as well as custom callbacks and learning schedules.

Jupyter notebooks of previous work are also available (PINNs, AAD Monte-Carlo) but are not yet integrated in the framework.

About

Python repository with various projects in Machine Learning and Finance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 74.6%
  • PureBasic 13.5%
  • Python 11.9%