Update README.md
Browse files
README.md
CHANGED
|
@@ -39,8 +39,8 @@ market conditions map to price.
|
|
| 39 |
## TL;DR
|
| 40 |
|
| 41 |
- **Task:** tabular regression — predict `PV` (fair value of the note) from product terms + market state.
|
| 42 |
-
- **Underlying models:**
|
| 43 |
-
- **Pricing engine:** Monte Carlo,
|
| 44 |
- **Scope:** single- and multi-asset baskets (1–4 assets), worst-of / min-basket payoffs, optional memory coupons.
|
| 45 |
|
| 46 |
## Supported tasks
|
|
@@ -170,7 +170,7 @@ X = df.drop(columns=["PV", "PV_std", "model_idx", "observation_idx"])
|
|
| 170 |
- **Synthetic, not observed.** Prices and volatility surfaces come from model assumptions, not
|
| 171 |
traded quotes; a model trained here learns *the simulated pricer*, not real-market mispricings.
|
| 172 |
- **Label noise.** `PV` carries Monte Carlo error; use `PV_std` to weight or filter rows.
|
| 173 |
-
- **Model coverage.** Limited to
|
| 174 |
ranges above; out-of-range terms are out of distribution.
|
| 175 |
- **Wide and sparse.** The volatility-surface block dominates the column count; for `num_assets < 4`
|
| 176 |
many columns are zero-filled.
|
|
|
|
| 39 |
## TL;DR
|
| 40 |
|
| 41 |
- **Task:** tabular regression — predict `PV` (fair value of the note) from product terms + market state.
|
| 42 |
+
- **Underlying models:** Heston (stochastic volatility).
|
| 43 |
+
- **Pricing engine:** Monte Carlo, with a reported MC standard error (`PV_std`).
|
| 44 |
- **Scope:** single- and multi-asset baskets (1–4 assets), worst-of / min-basket payoffs, optional memory coupons.
|
| 45 |
|
| 46 |
## Supported tasks
|
|
|
|
| 170 |
- **Synthetic, not observed.** Prices and volatility surfaces come from model assumptions, not
|
| 171 |
traded quotes; a model trained here learns *the simulated pricer*, not real-market mispricings.
|
| 172 |
- **Label noise.** `PV` carries Monte Carlo error; use `PV_std` to weight or filter rows.
|
| 173 |
+
- **Model coverage.** Limited to Heston with the parameter
|
| 174 |
ranges above; out-of-range terms are out of distribution.
|
| 175 |
- **Wide and sparse.** The volatility-surface block dominates the column count; for `num_assets < 4`
|
| 176 |
many columns are zero-filled.
|