Skip to content
MVIE Pro

Educational macro risk analytics

Explore probabilistic macro-risk scenarios across market regimes.

MVIE Pro combines multi-window instability analysis, network topology, and probabilistic scenario modeling for educational risk observation. Try it now in your browser—no account or registration required.

0MVIE Score
0100
AMBER

Why traditional risk tools fail in crisis regimes

  • Single-window correlation

    Breaks down in regime shifts. A 30-day correlation matrix can't see the structural change happening at 60-day scale.

  • Backward-looking VaR

    Historical volatility models assume tomorrow looks like yesterday. They didn't see 2008, 2020, or 2022 coming.

  • No systemic risk detection

    Asset-level signals miss network contagion. When SPY's eigenvector centrality spikes, every "uncorrelated" position becomes correlated.

  • Deterministic labels without context

    A single “bullish” label without regime, probability, or a volatility envelope adds little for risk education. Probabilistic scenario sets and distributions support observational analysis.

Traditional approach vs. MVIE Pro

Traditional Risk ToolsMVIE Pro
Single correlation windowMulti-window analysis (30/60/90-day rolling)
Static risk metricsDynamic MVIE score (0-100) with regime classification
Ignores asset network effectsMinimum Spanning Tree topology + centrality metrics
Deterministic buy/sell labelsProbabilistic scenarios with volatility envelopes (illustrative)
No macro override mechanismVeto Protocol — macro risk overrides micro signals
Black-box ML modelsTransparent mathematics — every Z-score is auditable

Inside the Brain: how MVIE works

We don't hide the math. Every layer is documented and reproducible.

1. Multi-Window Instability Engine

The MVIE score is a composite of three Z-score components, computed across 30/60/90-day rolling windows:

# Pseudocode — actual implementation in core/mvie_engine.py
IS = z_score(eigenvalue_dispersion(correlation_matrix))
AR = z_score(autocorrelation(returns))
PD = z_score(singular_value_decay(returns_matrix))

MVIE = sigmoid(0.4 * IS + 0.3 * AR + 0.3 * PD) * 100

Regime thresholds:

  • 0–50 GREEN — Stable correlation structure, normal regime
  • 50–75 AMBER — Eigenvalue dispersion rising, regime transition warning
  • 75–100 RED — Crisis regime band; correlation structure stress elevated or active in the model

2. Network Topology Analysis

A Minimum Spanning Tree is constructed from the asset correlation matrix using the distance metric d_ij = sqrt(2(1 - ρ_ij)). From the MST, three centrality metrics surface systemic importance:

  • Eigenvector centrality — Identifies hubs whose stress propagates through the network (e.g., SPY in equities, DXY in FX)
  • Betweenness centrality — Surfaces bridge assets that connect otherwise disconnected clusters (contagion paths)
  • Degree centrality — Raw connection count, useful as a sanity check

3. Probabilistic Strategy Engine

Unlike binary directional labels, MVIE Pro outputs probability-weighted illustrative scenarios:

Signal weights:
  RSI:        30%
  MACD:       30%
  Bollinger:  20%
  ATR-vol:    20%

Output:
  Direction:    BULLISH | BEARISH | NEUTRAL
  Probability:  P(direction) ∈ [0, 1]
  Envelope:     ±2σ ATR-based confidence band
  Horizon:      5 trading days, with best/base/worst projections

4. Veto Protocol

The Veto Protocol is a model override rule. When MVIE > 75 (RED regime), all BULLISH scenario labels are reclassified to NEUTRAL or defensive overlays in the published set, regardless of micro-indicator strength. In crisis regimes, the engine treats micro readings as high-noise; the defensive scenario narrative takes precedence in the illustrative output.

5. LLM Analyst Layer

A large language model layer synthesizes the quantitative output into a structured institutional report. The prompt is compliance-locked — no investment advice, only analytical scenarios. Output is markdown-formatted with explicit risk framework sections. The underlying model can be swapped as newer APIs become available.

MVIE engine simulator

Interactive MVIE Simulator

Interactive simulator with illustrative formulas. The live engine uses real market data, PCA eigenvalues, and Spearman correlation networks — try the engine for a real run.

Stress level: 42

Composite components

AR
42.0
IS
39.9
PD
35.7

MVIE composite output

39.7

MVIE = 0.40×AR + 0.35×IS + 0.25×PD

State: GREEN

Veto protocol: INACTIVE

Illustrative scenario assets

BULLISH

Scenario active without override

AAPL

Large-cap equity proxy in the sample scenario set.

BULLISH

Scenario active without override

BTC-USD

High-volatility asset where stress transmits faster.

BULLISH

Scenario active without override

GLD

Defensive commodity proxy in cross-asset stress windows.

LLM insight (scenario language)

Macro regime calm. Diversification intact; signals operate without override.

Run the real engine →

Interactive sample: 3-asset portfolio

Select three tickers to view illustrative network topology, MVIE score, and regime classification from pre-computed historical data. This page is a quick sample—open the full engine anytime with no signup.

Try the Engine

Who may use MVIE Pro for research

Hedge Funds

Macro-risk scenario overlays for multi-asset research. Regime-transition watchpoints tied to MVIE score bands (observational, not trade instructions).

Asset Managers

Systemic-risk observation for portfolio research. Educational risk-committee briefing material.

Family Offices

Tail-risk scenario illustration for learning and discussion. Network-based correlation-structure observations.

Quantitative Researchers

Reproducible network topology framework for academic and applied research. Full methodology disclosed.

Historical sample observations (not forecasts)

In a historical sample, MVIE score reached 87.3 on Feb 10, 2020—before the widely observed COVID stress window (illustrative backtest, not a guarantee of future timing)

Network topology output showing SPY as dominant hub (eigenvector 0.68)

LLM analyst report sample (structured institutional output)

Veto Protocol activation log — 2022 bear market

Important disclosure

MVIE Pro is an educational and informational risk-analytics tool. It is not a registered investment advisor and does not provide investment advice. All outputs are probabilistic, illustrative scenarios for learning and research only. Any investment or trading decisions are solely your responsibility. Past performance does not guarantee future results.