ErrLookup › virattt/ai-hedge-fund
virattt/ai-hedge-fund
An AI Hedge Fund Team · Python · 75 source files
Analyzed at eff8a7320f on 2026-08-15. 17 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| {spec.name}: no {spec.benchmark} bars in [{start}, {end}] — | exception | critical | backtesting, data-validation, benchmark, date-range |
| unknown rebalance cadence {cadence!r} | validation | error | backtesting, config, validation, rebalance |
| {method} {path} failed: {exc} | exception | error | network, http, data-client, timeout |
| {method} {path} returned {resp.status_code}: {resp.text[:200 | exception | error | http, api-key, data-client, status-code |
| {method} {path} rate limited (429) after {len(self._RETRY_DE | exception | error | rate-limit, http, data-client, retry |
| {ticker} as of {as_of}: only {len(metrics)} filed periods (n | exception | warning | fundamentals, data-validation, point-in-time, ipo |
| duplicate strategy names: {sorted(duplicates)} | validation | error | config, validation, pydantic, yaml |
| universe is empty — a run needs at least one ticker | validation | error | validation, universe, input-validation, cli |
| unknown model {m.name!r} in strategy {strategy.name!r}; avai | validation | error | config, registry, validation, model-name |
| No v2 client for {provider} (model {model}). Supported: {', | validation | error | llm, config, provider, env |
| {env_var} not found. Set it in your .env to use {provider} m | validation | error | llm, api-key, env, configuration |
| no JSON object found in response: {text[:200]!r} | exception | error | llm, json-parsing, retry, agent |
| {spec.name}: equity is {equity_before:.2f} as of {as_of} — c | exception | critical | portfolio, risk, backtesting, position-sizing |
| held position {ticker} has no price within {_MARK_LOOKBACK_D | exception | critical | pricing, portfolio, data-gap, halt |
| invalid signal {data.get('signal')!r} | validation | error | llm, agent, enum-validation, signals |
| confidence out of range: {confidence} | validation | error | llm, agent, validation, signals |
| no {spec.benchmark} bars in [{start}, {end}] — cannot build | exception | critical | tui, backtesting, benchmark, data-validation |