get_dataset_overview
What is in this run
The universe, the number of futures, the anchor date and the horizon. Ask for it first: the run is republished, and the assets and futures change with it, so anything assumed instead of read goes stale silently.
“What data do you have access to?”
</takes no arguments>
what it sends
{}what comes back
{
"futures": 400,
"investableAssets": 20,
"assets": [
{ "ticker": "SPY", "label": "SPDR S&P 500 ETF Trust" },
{ "ticker": "QQQ", "label": "Invesco QQQ Trust (Nasdaq-100)" },
… 18 more, ending with the derived series …
{ "ticker": "CASH", "label": "Cash (compounded Fed Funds)" },
{ "ticker": "MSR_SIM", "label": "Max-Sharpe portfolio (simulated moments)" }
],
"macroVariables": [
{ "name": "fedfunds", "label": "Effective Federal Funds Rate (DFF)" },
… 6 more: dgs2, dgs10, credit, vix, ratevol, usd …
],
"anchorDate": "2026-08-27",
"tradingDaysSimulated": 2520,
"yearsAhead": 10,
"note": "The asset list includes derived series appended by the engine: CASH is a
compounded fed-funds proxy, MSR_SIM and MSR_HIST are the optimizer's max-Sharpe
portfolios. 20 of the 23 are investable assets."
}Reading it
The asset list includes derived series the engine appends. CASH is a compounded fed-funds proxy and the two MSR entries are optimizer output, so a portfolio built from “everything in the list” is not what you meant.