Skip to content

Commit cd67c2e

Browse files
authored
Update README.md
1 parent 20e87d1 commit cd67c2e

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,41 +27,38 @@ price = sol.price
2727

2828
- European Call / Put
2929
- American Call / Put
30-
- Digital and Barrier (in progress)
31-
- Asian and Path-Dependent (planned)
30+
- Planned: Digital and Barrier, Asian
3231

3332
## 🧠 Supported Models (Price Dynamics)
3433

3534
- Black-Scholes (`LognormalDynamics`)
36-
- Heston
37-
- Hull-White (short-rate)
38-
- Planned: Variance Gamma, Rough Bergomi
35+
- Heston (`HestonDynamics`)
36+
- Planned: Hull-White (short-rate), Variance Gamma, Rough Bergomi
3937

4038
## ⚙️ Pricing Methods
4139

4240
- Analytical formulas (Black-Scholes)
4341
- Binomial Trees (Cox–Ross–Rubinstein)
4442
- Monte Carlo:
4543
- Euler–Maruyama
46-
- Exact simulation (Black-Scholes)
47-
- Broadie–Kaya for Heston
44+
- Exact simulation (Black-Scholes, Broadie–Kaya for Heston)
4845
- Fourier methods (Carr–Madan; COS coming soon)
4946
- PDE methods (Crank–Nicolson, in progress)
5047

5148
## 📊 Calibration
5249

53-
Hedgehog supports calibration via a unified nonlinear solver interface:
50+
Hedgehog supports calibration via a unified interface:
5451

5552
- Solve for implied volatility using `CalibrationProblem`
5653
- Invert volatility surfaces
5754
- Build fully calibrated `RectVolSurface` objects from price matrices
5855

5956
## 🧮 Sensitivities
6057

61-
- Greeks supported via:
58+
- Greeks supported via a `GreekProblem` interface:
6259
- Finite differences
63-
- Automatic differentiation (planned)
64-
- Extensible `GreekProblem` interface is under development
60+
- Automatic differentiation
61+
- `BatchGreekProblem` to compute a full gradient of sensitivities
6562

6663
## 🚀 Highlights
6764

0 commit comments

Comments
 (0)