Every signal traces to a real SEC filing.
| Ticker | Signal label | Score |
|---|---|---|
| XLU | BULLISH | +0.415 |
| XLE | BULLISH | +0.410 |
| XOM | BULLISH | +0.409 |
| TMO | NEUTRAL | +0.389 |
| COP | NEUTRAL | +0.387 |
| BAC | NEUTRAL | +0.385 |
| ABBV | NEUTRAL | +0.380 |
| PYPL | NEUTRAL | +0.344 |
| WFC | NEUTRAL | +0.344 |
| XLB | NEUTRAL | +0.342 |
| PSX | NEUTRAL | +0.342 |
| MRK | NEUTRAL | +0.319 |
| ABT | NEUTRAL | +0.313 |
| BMY | NEUTRAL | +0.291 |
| FXI | NEUTRAL | +0.290 |
| XLF | NEUTRAL | +0.280 |
| DIA | NEUTRAL | +0.253 |
| XLV | NEUTRAL | +0.248 |
| UUP | NEUTRAL | +0.243 |
| CVX | NEUTRAL | +0.241 |
| KRE | NEUTRAL | +0.241 |
| UNH | NEUTRAL | +0.239 |
| SPY | NEUTRAL | +0.236 |
| DHR | NEUTRAL | +0.234 |
| MDY | NEUTRAL | +0.232 |
| AXP | NEUTRAL | +0.229 |
| XLP | NEUTRAL | +0.227 |
| IWM | NEUTRAL | +0.224 |
| PG | NEUTRAL | +0.216 |
| SLB | NEUTRAL | +0.213 |
| IEF | NEUTRAL | +0.212 |
| TAIL | NEUTRAL | +0.208 |
| GLD | NEUTRAL | +0.200 |
| GOOGL | WEAKENING | -0.194 |
| COST | WATCH | +0.188 |
| LLY | WATCH | +0.185 |
| ARM | WEAKENING | -0.181 |
| JNJ | WATCH | +0.181 |
| LRCX | WEAKENING | -0.178 |
| XLRE | WATCH | +0.176 |
| TLT | WATCH | +0.171 |
| XLI | WATCH | +0.168 |
| LUNR | WEAKENING | -0.161 |
| JPM | WATCH | +0.157 |
| QQQ | WATCH | +0.156 |
| IBB | WATCH | +0.151 |
| VIXY | WATCH | +0.134 |
| RKLB | WEAKENING | -0.132 |
| SLV | WATCH | +0.127 |
| AMZN | WEAKENING | -0.127 |
| NVDA | WEAKENING | -0.125 |
| VXX | WATCH | +0.123 |
| MU | WEAKENING | -0.123 |
| PEP | WATCH | +0.121 |
| XBI | WATCH | +0.120 |
| MRVL | WEAKENING | -0.119 |
| AMD | WEAKENING | -0.116 |
| CRCL | WEAKENING | -0.112 |
| C | WATCH | +0.102 |
| SMH | WATCH | +0.087 |
| TSLA | WATCH | +0.083 |
| V | WATCH | +0.077 |
| GS | WATCH | +0.063 |
| AAPL | WATCH | +0.060 |
| MSFT | WEAKENING | -0.059 |
| PFE | WATCH | +0.057 |
| META | WEAKENING | -0.056 |
| KO | WATCH | +0.052 |
| INTC | WEAKENING | -0.051 |
| AMAT | WEAKENING | -0.044 |
| XLC | WATCH | +0.040 |
| XLK | WATCH | +0.032 |
| XLY | WATCH | +0.029 |
| EEM | WATCH | +0.027 |
| MA | WATCH | +0.022 |
| MS | WATCH | +0.020 |
| HPE | WATCH | +0.007 |
| DELL | WATCH | +0.007 |
| WMT | WEAKENING | -0.007 |
Labels are research classifications, not buy/sell recommendations:
STRONG_BULLISH · BULLISH · NEUTRAL · WATCH · WEAKENING · NEGATIVE_EVENT · BEARISH_WATCH · RISK_ALERT
There is no SELL or SHORT label.
The SDK's _validate_label() is invoked on every signal-bearing return.
SEC EDGAR filings (Form 4, 8-K, 10-Q, 10-K, 6-K, 40-F) are extracted with a local Llama 3.1 70B model. A deterministic SourceLock Guard validates every extraction against the source text before any signal sees it.
Nine components combine into a confidence-weighted composite. C6 event impact carries the highest weight (0.18) — by design, the evidence layer leads.
Any signal can be recomputed as of a past date. Point-in-time filtering (available_as_of <= as_of) is leak-audited; reproducible via the yuclaw replay CLI or REST API.
Each day's published signals have their content hashes committed to a public git repo (yuclaw-trust). Anyone can call yuclaw verify to confirm a signal hasn't been edited since publication.
Open-source equity research where every composite signal traces back to a verifiable SEC filing or deterministic supply-chain cascade. Replayable point-in-time. Tamper-evidenced via a public git-anchored Verified Research Ledger. Research and education only.
pip install yuclaw then yuclaw replay-lab.
No install: tools/replay_lab.py
(stdlib only) against the published bundle.
Exit 0 = every statistic and ledger root reproduced. How to report a replication →
One real Suncor 6-K, end to end:
filing → exhibit → extracted prose → event type → grade → C6 posture.
Open the trace → ·
example evidence memo (Suncor) →
Every evidence packet ships a ready citation snippet
(version, data-through, build date, source commit).
Get the citation →
Rendered from one shared source (v3/web/useful_blocks.py) on every page that shows it,
so the copies cannot drift. Statuses are measured, not aspirational.
pip install yuclaw yuclaw demo # 3-minute guided "Why AMD?" journey yuclaw why AMD --as-of 2026-05-20 # bundled offline signal yuclaw verify AMD --date 2026-05-20 # check the ledger record # all tickers/dates: connect the local backend — see README
SDK + REST API + MCP server documented at github.com/YuClawLab/yuclaw-brain. REST API terms at /API_TERMS.md.