explain
Generate narrative or rankings from a saved cohort, including filter impact analysis, plain-English summary, exit signals, or risk-adjusted picks.
Instructions
Narrative + rankings derived from a stored cohort.
style values:
- "filter_ranking" — rank candidate filters by how much each
one shifts the distribution at the given
horizon. Use to discover conditional
structure before calling `cohort` with the
winning filter.
- "prose" — plain-English summary of the cohort
outcome (Claude Haiku).
- "position_guidance" — exit-signal recommendation for an open
position. Derives symbol+entry_date from
the cohort anchor.
- "risk_ranking" — today's risk-adjusted picks (Sharpe-like)
from forward tests.
Args:
cohort_id: handle from `search` or `cohort`
style: see list above (default "filter_ranking")
horizon: forward horizon in trading days (default 5)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cohort_id | Yes | ||
| style | No | filter_ranking | |
| horizon | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |