{% extends "base.html" %} {% block title %}Methodology{% endblock %} {% block page_title %}Methodology{% endblock %} {% block head %} {% endblock %} {% block content %}
| Metric | Formula / Definition | Interpretation |
|---|---|---|
| VaR 95% | 5th percentile of return distribution | Maximum monthly loss not exceeded 95% of the time |
| CVaR 95% | E[r | r < VaR₉₅] | Expected loss in the worst 5% of outcomes (tail risk) |
| Sharpe Ratio | (μ_p − r_f) / σ_p | Risk-adjusted return per unit of total volatility |
| Diversification Ratio | Σ(w_i · σ_i) / σ_portfolio | How much diversification reduces portfolio volatility; >1 is good |
| Max Drawdown | min(cumret_t / max(cumret_{0..t}) − 1) | Worst peak-to-trough loss over the observed period |
| Ledoit-Wolf | Σ̂ = (1−δ)·S + δ·μ̂·I | Shrinkage estimator; δ chosen analytically to minimise MSE |