diff --git a/README.md b/README.md index 228adc5..0dd0d38 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,14 @@ The three VaR methods are shown side by side on purpose: **convergence across th ![Risk analytics — Monte Carlo distribution, correlation matrix, stress scenarios](screenshot-risk.png) +The minimum-variance hedge and the per-currency scenario calculator (here under a stylised *USD surge*), above the 30-day indexed FX-performance chart: + +![Hedge and scenario calculator](screenshot-scenario.png) + +Rolling and annualised volatility per pair, and the full position book marked to USD with per-name FX P&L and portfolio weights: + +![Volatility and positions](screenshot-positions.png) + --- ## Tech stack diff --git a/screenshot-positions.png b/screenshot-positions.png new file mode 100644 index 0000000..1592d3c Binary files /dev/null and b/screenshot-positions.png differ diff --git a/screenshot-scenario.png b/screenshot-scenario.png new file mode 100644 index 0000000..13fb31f Binary files /dev/null and b/screenshot-scenario.png differ