An open API service indexing awesome lists of open source software.

https://github.com/aurelienperez/deep-hedging

Deep Hedging under market frictions.
https://github.com/aurelienperez/deep-hedging

black-scholes deep-hedging hedging heston

Last synced: 6 months ago
JSON representation

Deep Hedging under market frictions.

Awesome Lists containing this project

README

          

# Deep Hedging under Market Frictions

This project compares two hedging strategies in the presence of transaction costs:

- **Delta Hedging** (Black-Scholes-based)
- **Deep Hedging** (neural networks trained to minimise hedging risk)

The goal is to evaluate the performance of data-driven hedging under realistic market frictions.

---

## Structure

- `src/`: simulation and strategy code
- `notebooks/`: result visualisations