Dispersion / Correlation
get_dispersionIndex vs single-name implied correlation and realized correlation across a user-supplied basket. Returns correlation premium (implied minus realized), dispersion trade setup, implied vol of the index vs basket, and per-constituent vol contribution. Use for dispersion trading, correlation premium sizing, or cross-asset vol arb. Alpha tier required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | Index symbol whose ATM IV anchors the implied correlation (e.g. SPX, NDX, RUT) | |
| apiKey | No | FlashAlpha API key. Omit when calling via /mcp-oauth (OAuth flow); required on /mcp. | |
| symbols | Yes | Comma-separated constituent tickers (max 50), e.g. AAPL,MSFT,NVDA | |
| weights | No | Optional comma-separated weights matching symbols order. Defaults to equal weight. | |
| horizon_days | No | Optional lookback window in days for realized correlation (default 20, clamped to 5-252). |