Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 2.83 KB

File metadata and controls

39 lines (31 loc) · 2.83 KB

Research References

This repository implements methods from the following papers and resources, spanning classical quantitative finance, stochastic volatility modeling, and modern machine learning approaches to derivatives pricing and hedging.

Deep Hedging & Reinforcement Learning

Option Pricing & Volatility Models

Fourier Methods for Option Pricing

Jump-Diffusion Models

Numerical Methods & Calibration


Implementation Status

  • COS Method (Fang & Oosterlee, 2008) - Implemented in pricing.heston.cos
  • Heston Model (Heston, 1993) - Implemented in models.heston
  • Deep Hedging (Buehler et al., 2019) - Implemented in ml.models.hedge_net
  • Jump-Diffusion Models (Merton, 1976) - Planned for future implementation
  • Diffusion Models for Path Generation - Planned for integration with generative-models-journey