mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
* feat(seed-contract): PR 2a — runSeed envelope dual-write + 91 seeders migrated
Opt-in contract path in runSeed: when opts.declareRecords is provided, write
{_seed, data} envelope to the canonical key alongside legacy seed-meta:*
(dual-write). State machine: OK / OK_ZERO / RETRY with zeroIsValid opt.
declareRecords throws or returns non-integer → hard fail (contract violation).
extraKeys[*] support per-key declareRecords; each extra key writes its own
envelope. Legacy seeders (no declareRecords) entirely unchanged.
Migrated all 91 scripts/seed-*.mjs to contract mode. Each exports
declareRecords returning the canonical record count, and passes
schemaVersion: 1 + maxStaleMin (matched to api/health.js SEED_META, or 2.5x
interval where no registry entry exists). Contract conformance reports 84/86
seeders with full descriptor (2 pre-existing warnings).
Legacy seed-meta keys still written so unmigrated readers keep working;
follow-up slices flip health.js + readers to envelope-first.
Tests: 61/61 PR 1 tests still pass.
Next slices for PR 2:
- api/health.js registry collapse + 15 seed-bundle-*.mjs canonicalKey wiring
- reader migration (mcp, resilience, aviation, displacement, regional-snapshot)
- direct writers — ais-relay.cjs, consumer-prices-core publish.ts
- public-boundary stripSeedEnvelope + test migration
Plan: docs/plans/2026-04-14-002-fix-runseed-zero-record-lockout-plan.md
* fix(seed-contract): unwrap envelopes in internal cross-seed readers
After PR 2a enveloped 91 canonical keys as {_seed, data}, every script-side
reader that returned the raw parsed JSON started silently handing callers the
envelope instead of the bare payload. WoW baselines (bigmac, grocery-basket,
fear-greed) saw undefined .countries / .composite; seed-climate-anomalies saw
undefined .normals from climate:zone-normals:v1; seed-thermal-escalation saw
undefined .fireDetections from wildfire:fires:v1; seed-forecasts' ~40-key
pipeline batch returned envelopes for every input.
Fix: route every script-side reader through unwrapEnvelope(...).data. Legacy
bare-shape values pass through unchanged (unwrapEnvelope returns
{_seed: null, data: raw} for any non-envelope shape).
Changed:
- scripts/_seed-utils.mjs: import unwrapEnvelope; redisGet, readSeedSnapshot,
verifySeedKey all unwrap. Exported new readCanonicalValue() helper for
cross-seed consumers.
- 18 seed-*.mjs scripts with local redisGet-style helpers or inline fetch
patched to unwrap via the envelope source module (subagent sweep).
- scripts/seed-forecasts.mjs pipeline batch: parse() unwraps each result.
- scripts/seed-energy-spine.mjs redisMget: unwraps each result.
Tests:
- tests/seed-utils-envelope-reads.test.mjs: 7 new cases covering envelope
+ legacy + null paths for readSeedSnapshot and verifySeedKey.
- Full seed suite: 67/67 pass (was 61, +6 new).
Addresses both of user's P1 findings on PR #3097.
* feat(seed-contract): envelope-aware reads in server + api helpers
Every RPC and public-boundary reader now automatically strips _seed from
contract-mode canonical keys. Legacy bare-shape values pass through unchanged
(unwrapEnvelope no-ops on non-envelope shapes).
Changed helpers (one-place fix — unblocks ~60 call sites):
- server/_shared/redis.ts: getRawJson, getCachedJson, getCachedJsonBatch
unwrap by default. cachedFetchJson inherits via getCachedJson.
- api/_upstash-json.js: readJsonFromUpstash unwraps (covers api/mcp.ts
tool responses + all its canonical-key reads).
- api/bootstrap.js: getCachedJsonBatch unwraps (public-boundary —
clients never see envelope metadata).
Left intentionally unchanged:
- api/health.js / api/seed-health.js: read only seed-meta:* keys which
remain bare-shape during dual-write. unwrapEnvelope already imported at
the meta-read boundary (PR 1) as a defensive no-op.
Tests: 67/67 seed tests pass. typecheck + typecheck:api clean.
This is the blast-radius fix the PR #3097 review called out — external
readers that would otherwise see {_seed, data} after the writer side
migrated.
* fix(test): strip export keyword in vm.runInContext'd seed source
cross-source-signals-regulatory.test.mjs loads scripts/seed-cross-source-signals.mjs
via vm.runInContext, which cannot parse ESM `export` syntax. PR 2a added
`export function declareRecords` to every seeder, which broke this test's
static-analysis approach.
Fix: strip the `export` keyword from the declareRecords line in the
preprocessed source string so the function body still evaluates as a plain
declaration.
Full test:data suite: 5307/5307 pass. typecheck + typecheck:api clean.
* feat(seed-contract): consumer-prices publish.ts writes envelopes
Wrap the 5 canonical keys written by consumer-prices-core/src/jobs/publish.ts
(overview, movers:7d/30d, freshness, categories:7d/30d/90d, retailer-spread,
basket-series) in {_seed, data} envelopes. Legacy seed-meta:<key> writes
preserved for dual-write.
Inlined a buildEnvelope helper (10 lines) rather than taking a cross-package
dependency — consumer-prices-core is a standalone npm package. Documented the
four-file parity contract (mjs source, ts mirror, js edge mirror, this copy).
Contract fields: sourceVersion='consumer-prices-core-publish-v1', schemaVersion=1,
state='OK' (recordCount>0) or 'OK_ZERO' (legitimate zero).
Typecheck: no new errors in publish.ts.
* fix(seed-contract): 3 more server-side readers unwrap envelopes
Found during final audit:
- server/worldmonitor/resilience/v1/_shared.ts: resilience score reader
parsed cached GetResilienceScoreResponse raw. Contract-mode seed-resilience-scores
now envelopes those keys.
- server/worldmonitor/resilience/v1/get-resilience-ranking.ts: p05/p95
interval lookup parsed raw from seed-resilience-scores' extra-key path.
- server/worldmonitor/infrastructure/v1/_shared.ts: mgetJson() used for
count-source keys (wildfire:fires:v1, news:insights:v1) which are both
contract-mode now.
All three now unwrap via server/_shared/seed-envelope. Legacy shapes pass
through unchanged.
Typecheck clean.
* feat(seed-contract): ais-relay.cjs direct writes produce envelopes
32 canonical-key write sites in scripts/ais-relay.cjs now produce {_seed, data}
envelopes. Inlined buildEnvelope() (CJS module can't require ESM source) +
envelopeWrite(key, data, ttlSeconds, meta) wrapper. Enveloped keys span market
bootstrap, aviation, cyber-threats, theater-posture, weather-alerts, economic
spending/fred/worldbank, tech-events, corridor-risk, usni-fleet, shipping-stress,
social:reddit, wsb-tickers, pizzint, product-catalog, chokepoint transits,
ucdp-events, satellites, oref.
Left bare (not seeded data keys): seed-meta:* (dual-write legacy),
classifyCacheKey LLM cache, notam:prev-closed-state internal state,
wm:notif:scan-dedup flags.
Updated tests/ucdp-seed-resilience.test.mjs regex to accept both upstashSet
(pre-contract) and envelopeWrite (post-contract) call patterns.
* feat(seed-contract): 15 bundle files add canonicalKey for envelope gate
54 bundle sections across 12 files now declare canonicalKey alongside the
existing seedMetaKey. _bundle-runner.mjs (from PR 1) prefers canonicalKey
when both are present — gates section runs on envelope._seed.fetchedAt
read directly from the data key, eliminating the meta-outlives-data class
of bugs.
Files touched:
- climate (5), derived-signals (2), ecb-eu (3), energy-sources (6),
health (2), imf-extended (4), macro (10), market-backup (9),
portwatch (4), relay-backup (2), resilience-recovery (5), static-ref (2)
Skipped (14 sections, 3 whole bundles): multi-key writers, dynamic
templated keys (displacement year-scoped), or non-runSeed orchestrators
(regional brief cron, resilience-scores' 222-country publish, validation/
benchmark scripts). These continue to use seedMetaKey or their own gate.
seedMetaKey preserved everywhere — dual-write. _bundle-runner.mjs falls
back to legacy when canonicalKey is absent.
All 15 bundles pass node --check. test:data: 5307/5307. typecheck:all: clean.
* fix(seed-contract): 4 PR #3097 review P1s — transform/declareRecords mismatches + envelope leaks
Addresses both P1 findings and the extra-key seed-meta leak surfaced in review:
1. runSeed helper-level invariant: seed-meta:* keys NEVER envelope.
scripts/_seed-utils.mjs exports shouldEnvelopeKey(key) — returns false for
any key starting with 'seed-meta:'. Both atomicPublish (canonical) and
writeExtraKey (extras) gate the envelope wrap through this helper. Fixes
seed-iea-oil-stocks' ANALYSIS_META_EXTRA_KEY silently getting enveloped,
which broke health.js parsing the value as bare {fetchedAt, recordCount}.
Also defends against any future manual writeExtraKey(..., envelopeMeta)
call that happens to target a seed-meta:* key.
2. seed-token-panels canonical + extras fixed.
publishTransform returns data.defi (the defi panel itself, shape {tokens}).
Old declareRecords counted data.defi.tokens + data.ai.tokens + data.other.tokens
on the transformed payload → 0 → RETRY path → canonical market:defi-tokens:v1
never wrote, and because runSeed returned before the extraKeys loop,
market:ai-tokens:v1 + market:other-tokens:v1 stayed stale too.
New: declareRecords counts data.tokens on the transformed shape. AI_KEY +
OTHER_KEY extras reuse the same function (transforms return structurally
identical panels). Added isMain guard so test imports don't fire runSeed.
3. api/product-catalog.js cached reader unwraps envelope.
ais-relay.cjs now envelopes product-catalog:v2 via envelopeWrite(). The
edge reader did raw JSON.parse(result) and returned {_seed, data} to
clients, breaking the cached path. Fix: import unwrapEnvelope from
./_seed-envelope.js, apply after JSON.parse. One site — :238-241 is
downstream of getFromCache(), so the single reader fix covers both.
4. Regression lock tests/seed-contract-transform-regressions.test.mjs (11 cases):
- shouldEnvelopeKey invariant: seed-meta:* false, canonical true
- Token-panels declareRecords works on transformed shape (canonical + both extras)
- Explicit repro of pre-fix buggy signature returning 0 — guards against revert
- resolveRecordCount accepts 0, rejects non-integer
- Product-catalog envelope unwrap returns bare shape; legacy passes through
Verification:
- npm run test:data → 5318/5318 pass (was 5307 — 11 new regressions)
- npm run typecheck:all → clean
- node --check on every modified script
iea-oil-stocks canonical declareRecords was NOT broken (user confirmed during
review — buildIndex preserves .members); only its ANALYSIS_META_EXTRA_KEY
was affected, now covered generically by commit 1's helper invariant.
* fix(seed-contract): seed-token-panels validateFn also runs on post-transform shape
Review finding: fixing declareRecords wasn't sufficient — atomicPublish() runs
validateFn(publishData) on the transformed payload too. seed-token-panels'
validate() checked data.defi/.ai/.other on the transformed {tokens} shape,
returned false, and runSeed took the early skipped-write branch (before even
reaching the declareRecords RETRY logic). Net effect: same as before the
declareRecords fix — canonical + both extras stayed stale.
Fix: validate() now checks the canonical defi panel directly (Array.isArray
(data?.tokens) && has at least one t.price > 0). AI/OTHER panels are validated
implicitly by their own extraKey declareRecords on write.
Audited the other 9 seeders with publishTransform (bls-series, bis-extended,
bis-data, gdelt-intel, trade-flows, iea-oil-stocks, jodi-gas, sanctions-pressure,
forecasts): all validateFn's correctly target the post-transform shape. Only
token-panels regressed.
Added 4 regression tests (tests/seed-contract-transform-regressions.test.mjs):
- validate accepts transformed panel with priced tokens
- validate rejects all-zero-price tokens
- validate rejects empty/missing tokens
- Explicit pre-fix repro (buggy old signature fails on transformed shape)
Verification:
- npm run test:data → 5322/5322 pass (was 5318; +4 new)
- npm run typecheck:all → clean
- node --check clean
* feat(seed-contract): add /api/seed-contract-probe validation endpoint
Single machine-readable gate for 'is PR #3097 working in production'.
Replaces the curl/jq ritual with one authenticated edge call that returns
HTTP 200 ok:true or 503 + failing check list.
What it validates:
- 8 canonical keys have {_seed, data} envelopes with required data fields
and minRecords floors (fsi-eu, zone-normals, 3 token panels + minRecords
guard against token-panels RETRY regression, product-catalog, wildfire,
earthquakes).
- 2 seed-meta:* keys remain BARE (shouldEnvelopeKey invariant; guards
against iea-oil-stocks ANALYSIS_META_EXTRA_KEY-class regressions).
- /api/product-catalog + /api/bootstrap responses contain no '_seed' leak.
Auth: x-probe-secret header must match RELAY_SHARED_SECRET (reuses existing
Vercel↔Railway internal trust boundary).
Probe logic is exported (checkProbe, checkPublicBoundary, DEFAULT_PROBES) for
hermetic testing. tests/seed-contract-probe.test.mjs covers every branch:
envelope pass/fail on field/records/shape, bare pass/fail on shape/field,
missing/malformed JSON, Redis non-2xx, boundary seed-leak detection,
DEFAULT_PROBES sanity (seed-meta invariant present, token-panels minRecords
guard present).
Usage:
curl -H "x-probe-secret: $RELAY_SHARED_SECRET" \
https://api.worldmonitor.app/api/seed-contract-probe
PR 3 will extend the probe with a stricter mode that asserts seed-meta:*
keys are GONE (not just bare) once legacy dual-write is removed.
Verification:
- tests/seed-contract-probe.test.mjs → 15/15 pass
- npm run test:data → 5338/5338 (was 5322; +16 new incl. conformance)
- npm run typecheck:all → clean
* fix(seed-contract): tighten probe — minRecords on AI/OTHER + cache-path source header
Review P2 findings: the probe's stated guards were weaker than advertised.
1. market:ai-tokens:v1 + market:other-tokens:v1 probes claimed to guard the
token-panels extra-key RETRY regression but only checked shape='envelope'
+ dataHas:['tokens']. If an extra-key declareRecords regressed to 0, both
probes would still pass because checkProbe() only inspects _seed.recordCount
when minRecords is set. Now both enforce minRecords: 1.
2. /api/product-catalog boundary check only asserted no '_seed' leak — which
is also true for the static fallback path. A broken cached reader
(getFromCache returning null or throwing) could serve fallback silently
and still pass this probe. Now:
- api/product-catalog.js emits X-Product-Catalog-Source: cache|dodo|fallback
on the response (the json() helper gained an optional source param wired
to each of the three branches).
- checkPublicBoundary declaratively requires that header's value match
'cache' for /api/product-catalog, so a fallback-serve fails the probe
with reason 'source:fallback!=cache' or 'source:missing!=cache'.
Test updates (tests/seed-contract-probe.test.mjs):
- Boundary check reworked to use a BOUNDARY_CHECKS config with optional
requireSourceHeader per endpoint.
- New cases: served-from-cache passes, served-from-fallback fails with source
mismatch, missing header fails, seed-leak still takes precedence, bad
status fails.
- Token-panels sanity test now asserts minRecords≥1 on all 3 panels.
Verification:
- tests/seed-contract-probe.test.mjs → 17/17 pass (was 15, +2 net)
- npm run test:data → 5340/5340
- npm run typecheck:all → clean
498 lines
26 KiB
JavaScript
498 lines
26 KiB
JavaScript
#!/usr/bin/env node
|
||
|
||
import { loadEnvFile, CHROME_UA, runSeed, readSeedSnapshot, sleep, resolveProxyForConnect } from './_seed-utils.mjs';
|
||
import { unwrapEnvelope } from './_seed-envelope-source.mjs';
|
||
loadEnvFile(import.meta.url);
|
||
|
||
const _proxyAuth = resolveProxyForConnect();
|
||
|
||
const FEAR_GREED_KEY = 'market:fear-greed:v1';
|
||
const FEAR_GREED_TTL = 64800; // 18h = 3x 6h interval
|
||
|
||
const FRED_PREFIX = 'economic:fred:v1';
|
||
|
||
// --- Yahoo Finance fetching (15 symbols, 150ms gaps) ---
|
||
const YAHOO_SYMBOLS = ['^GSPC','^VIX','^VIX9D','^VIX3M','^SKEW','GLD','TLT','HYG','SPY','RSP','DX-Y.NYB','XLK','XLF','XLE','XLV','XLY','XLP','XLI','XLB','XLU','XLRE','XLC'];
|
||
|
||
async function fetchYahooSymbol(symbol) {
|
||
const url = `https://query1.finance.yahoo.com/v8/finance/chart/${encodeURIComponent(symbol)}?interval=1d&range=1y`;
|
||
const headers = { 'User-Agent': CHROME_UA, Accept: 'application/json' };
|
||
try {
|
||
const text = await fetch(url, { headers, signal: AbortSignal.timeout(10_000) }).then(r => {
|
||
if (!r.ok) throw Object.assign(new Error(`HTTP ${r.status}`), { status: r.status });
|
||
return r.text();
|
||
});
|
||
const data = JSON.parse(text);
|
||
const result = data?.chart?.result?.[0];
|
||
if (!result) return null;
|
||
const closes = result.indicators?.quote?.[0]?.close ?? [];
|
||
const validCloses = closes.filter(v => v != null);
|
||
const price = result.meta?.regularMarketPrice ?? validCloses.at(-1) ?? null;
|
||
return { symbol, price, closes: validCloses };
|
||
} catch (e) {
|
||
const cause = e.cause?.message ?? e.cause?.code ?? '';
|
||
console.warn(` Yahoo ${symbol}: ${e.message}${cause ? ` [${cause}]` : ''}`);
|
||
return null;
|
||
}
|
||
}
|
||
|
||
async function fetchAllYahoo() {
|
||
const results = {};
|
||
for (const sym of YAHOO_SYMBOLS) {
|
||
results[sym] = await fetchYahooSymbol(sym);
|
||
await sleep(150);
|
||
}
|
||
return results;
|
||
}
|
||
|
||
// --- Put/Call ratio via Barchart $CPC (replaces direct CBOE CDN which is Cloudflare-blocked) ---
|
||
async function fetchCBOE() {
|
||
try {
|
||
const resp = await fetch('https://www.barchart.com/stocks/quotes/%24CPC', {
|
||
headers: { 'User-Agent': CHROME_UA, Accept: 'text/html,application/xhtml+xml' },
|
||
signal: AbortSignal.timeout(10_000),
|
||
});
|
||
if (!resp.ok) { console.warn(` Barchart $CPC: HTTP ${resp.status}`); return {}; }
|
||
const html = await resp.text();
|
||
const block = html.match(/<script id="__NEXT_DATA__"[^>]*>([\s\S]*?)<\/script>/)?.[1] ?? html;
|
||
const m = block.match(/"lastPrice"\s*:\s*"?([\d.]+)"?/);
|
||
const val = m ? parseFloat(m[1]) : NaN;
|
||
const totalPc = Number.isFinite(val) ? val : null;
|
||
if (totalPc == null) console.warn(' Barchart $CPC: price not found in page');
|
||
return { totalPc, equityPc: null };
|
||
} catch (e) { console.warn(` Barchart $CPC: ${e.message}`); return {}; }
|
||
}
|
||
|
||
// --- Barchart $S5TH: % of S&P 500 above 200d MA ---
|
||
async function fetchBarchartS5TH() {
|
||
try {
|
||
const resp = await fetch('https://www.barchart.com/stocks/quotes/%24S5TH', {
|
||
headers: { 'User-Agent': CHROME_UA, Accept: 'text/html,application/xhtml+xml' },
|
||
signal: AbortSignal.timeout(10_000),
|
||
});
|
||
if (!resp.ok) { console.warn(` Barchart $S5TH: HTTP ${resp.status}`); return null; }
|
||
const html = await resp.text();
|
||
const block = html.match(/<script id="__NEXT_DATA__"[^>]*>([\s\S]*?)<\/script>/)?.[1] ?? html;
|
||
const m = block.match(/"lastPrice"\s*:\s*"?([\d.]+)"?/);
|
||
const val = m ? parseFloat(m[1]) : NaN;
|
||
return Number.isFinite(val) ? val : null;
|
||
} catch (e) { console.warn(' Barchart $S5TH fetch failed:', e.message); return null; }
|
||
}
|
||
|
||
// --- CNN Fear & Greed ---
|
||
// /current endpoint works without proxy; requires Mac UA (Windows UA returns 418 bot-block).
|
||
async function fetchCNN() {
|
||
try {
|
||
const resp = await fetch('https://production.dataviz.cnn.io/index/fearandgreed/current', {
|
||
headers: {
|
||
'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36',
|
||
Accept: 'application/json',
|
||
Referer: 'https://www.cnn.com/markets/fear-and-greed',
|
||
},
|
||
signal: AbortSignal.timeout(10_000),
|
||
});
|
||
if (!resp.ok) { console.warn(` CNN F&G: HTTP ${resp.status}`); return null; }
|
||
const data = await resp.json();
|
||
const score = data?.score ?? data?.fear_and_greed?.score;
|
||
const rawRating = data?.rating ?? data?.fear_and_greed?.rating;
|
||
const VALID_CNN_LABELS = new Set(['Extreme Fear', 'Fear', 'Neutral', 'Greed', 'Extreme Greed']);
|
||
const rating = (typeof rawRating === 'string' && VALID_CNN_LABELS.has(rawRating)) ? rawRating : null;
|
||
return score != null ? { score: Math.round(score), label: rating ?? labelFromScore(Math.round(score)) } : null;
|
||
} catch (e) { console.warn(` CNN F&G: ${e.message}`); return null; }
|
||
}
|
||
|
||
// --- AAII Sentiment (LOW reliability, always wrapped, non-blocking) ---
|
||
// Table layout: Reported Date | Bullish | Neutral | Bearish
|
||
// Extract the 3 percentage cells from the first (most recent) data row
|
||
// using class="tableTxt" cells — positional, not label-based.
|
||
// Label-based regexes fail because "Bearish" header precedes the Bullish
|
||
// data cell (30.4%) in the DOM before the actual Bearish cell (52.0%).
|
||
async function fetchAAII() {
|
||
try {
|
||
const resp = await fetch('https://www.aaii.com/sentimentsurvey/sent_results', {
|
||
headers: { 'User-Agent': CHROME_UA, Accept: 'text/html,application/xhtml+xml' },
|
||
signal: AbortSignal.timeout(8_000),
|
||
});
|
||
if (!resp.ok) return null;
|
||
const html = await resp.text();
|
||
// Columns 1,2,3 of first data row = Bullish%, Neutral%, Bearish%
|
||
const pcts = [...html.matchAll(/<td[^>]*class="tableTxt"[^>]*>([\d.]+)%/g)]
|
||
.map(m => parseFloat(m[1]));
|
||
if (pcts.length < 3) return null;
|
||
return { bull: pcts[0], bear: pcts[2] };
|
||
} catch (e) {
|
||
console.warn(' AAII: fetch failed:', e.message, '(using degraded Sentiment)');
|
||
return null;
|
||
}
|
||
}
|
||
|
||
// --- FRED Redis reads ---
|
||
async function readFred(seriesId) {
|
||
const url = process.env.UPSTASH_REDIS_REST_URL;
|
||
const token = process.env.UPSTASH_REDIS_REST_TOKEN;
|
||
if (!url || !token) return null;
|
||
try {
|
||
const resp = await fetch(`${url}/get/${encodeURIComponent(`${FRED_PREFIX}:${seriesId}:0`)}`, {
|
||
headers: { Authorization: `Bearer ${token}` },
|
||
signal: AbortSignal.timeout(5_000),
|
||
});
|
||
if (!resp.ok) return null;
|
||
const { result } = await resp.json();
|
||
if (!result) return null;
|
||
const parsed = unwrapEnvelope(JSON.parse(result)).data;
|
||
const obs = parsed?.series?.observations;
|
||
if (!obs?.length) return null;
|
||
return obs;
|
||
} catch { return null; }
|
||
}
|
||
|
||
async function readMacroSignals() {
|
||
const url = process.env.UPSTASH_REDIS_REST_URL;
|
||
const token = process.env.UPSTASH_REDIS_REST_TOKEN;
|
||
if (!url || !token) return null;
|
||
try {
|
||
const resp = await fetch(`${url}/get/${encodeURIComponent('economic:macro-signals:v1')}`, {
|
||
headers: { Authorization: `Bearer ${token}` },
|
||
signal: AbortSignal.timeout(5_000),
|
||
});
|
||
if (!resp.ok) return null;
|
||
const { result } = await resp.json();
|
||
return result ? unwrapEnvelope(JSON.parse(result)).data : null;
|
||
} catch { return null; }
|
||
}
|
||
|
||
// --- Math helpers ---
|
||
function clamp(v, lo, hi) { return Math.max(lo, Math.min(hi, v)); }
|
||
function sma(prices, period) {
|
||
if (prices.length < period) return null;
|
||
return prices.slice(-period).reduce((a,b) => a+b, 0) / period;
|
||
}
|
||
function roc(prices, period) {
|
||
if (prices.length < period+1) return null;
|
||
const prev = prices[prices.length - period - 1];
|
||
const curr = prices[prices.length - 1];
|
||
return prev ? ((curr - prev) / prev) * 100 : null;
|
||
}
|
||
function rsi(prices, period=14) {
|
||
if (prices.length < period+1) return 50;
|
||
let gains=0, losses=0;
|
||
for (let i=prices.length-period; i<prices.length; i++) {
|
||
const d = prices[i]-prices[i-1];
|
||
if (d>0) gains+=d; else losses+=Math.abs(d);
|
||
}
|
||
if (losses===0) return 100;
|
||
const rs = (gains/period)/(losses/period);
|
||
return 100 - (100/(1+rs));
|
||
}
|
||
function fredLatest(obs) {
|
||
if (!obs) return null;
|
||
const v = parseFloat(obs.at(-1)?.value ?? 'NaN');
|
||
return Number.isFinite(v) ? v : null;
|
||
}
|
||
function fredNMonthsAgo(obs, months) {
|
||
if (!obs) return null;
|
||
const idx = obs.length - 1 - months;
|
||
if (idx < 0) return null;
|
||
const v = parseFloat(obs[idx]?.value ?? 'NaN');
|
||
return Number.isFinite(v) ? v : null;
|
||
}
|
||
// For daily FRED series, 1 "month" ≈ 20 trading days — use this for trend comparisons
|
||
function fredNTradingDaysAgo(obs, days) {
|
||
if (!obs) return null;
|
||
const idx = obs.length - 1 - days;
|
||
if (idx < 0) return null;
|
||
const v = parseFloat(obs[idx]?.value ?? 'NaN');
|
||
return Number.isFinite(v) ? v : null;
|
||
}
|
||
function labelFromScore(s) {
|
||
if (s <= 20) return 'Extreme Fear';
|
||
if (s <= 40) return 'Fear';
|
||
if (s <= 60) return 'Neutral';
|
||
if (s <= 80) return 'Greed';
|
||
return 'Extreme Greed';
|
||
}
|
||
|
||
// --- Scoring ---
|
||
function scoreCategory(name, inputs) {
|
||
switch(name) {
|
||
case 'sentiment': {
|
||
const { cnnFg, aaiBull, aaiBear, cryptoFg } = inputs;
|
||
const degraded = aaiBull == null || aaiBear == null;
|
||
let score;
|
||
if (!degraded) {
|
||
const bullPct = clamp(aaiBull, 0, 100);
|
||
const bearPct = clamp(aaiBear, 0, 100);
|
||
const bullPercentile = clamp((bullPct / 60) * 100, 0, 100);
|
||
const bearPercentile = clamp((bearPct / 55) * 100, 0, 100);
|
||
if (cnnFg != null) {
|
||
score = (cnnFg * 0.4) + (bullPercentile * 0.3) + ((100 - bearPercentile) * 0.3);
|
||
} else {
|
||
score = (bullPercentile * 0.5) + ((100 - bearPercentile) * 0.5);
|
||
}
|
||
} else if (cnnFg != null) {
|
||
score = cnnFg;
|
||
} else if (cryptoFg != null) {
|
||
score = cryptoFg;
|
||
} else {
|
||
score = 50;
|
||
}
|
||
return { score: clamp(Math.round(score), 0, 100), degraded, inputs: { cnnFearGreed: cnnFg, aaiBull: aaiBull ?? null, aaiBear: aaiBear ?? null, cryptoFg } };
|
||
}
|
||
case 'volatility': {
|
||
const { vix, vix9d, vix3m } = inputs;
|
||
if (vix == null) return { score: 50, inputs };
|
||
// VIX range 12–35: neutral at ~23.5 (historical avg ~19-20). Old range 12-40 centered neutral at VIX=26 — too permissive.
|
||
const vixScore = clamp(100 - ((vix - 12) / 23) * 100, 0, 100);
|
||
// Gate on vix3m only — vix9d is display-only and its absence shouldn't suppress the term structure signal.
|
||
const termScore = vix3m != null ? (vix / vix3m < 1 ? 70 : 30) : 50;
|
||
const termStructure = vix3m != null ? (vix / vix3m < 1 ? 'contango' : 'backwardation') : 'unknown';
|
||
return { score: Math.round(vixScore * 0.7 + termScore * 0.3), inputs: { vix, vix9d, vix3m, termStructure } };
|
||
}
|
||
case 'positioning': {
|
||
const { totalPc, equityPc, skew } = inputs;
|
||
const pc = totalPc ?? equityPc;
|
||
if (pc == null && skew == null) return { score: 50, inputs };
|
||
const pcScore = pc != null ? clamp(100 - ((pc - 0.7) / 0.6) * 100, 0, 100) : 50;
|
||
const skewScore = skew != null ? clamp(100 - ((skew - 100) / 50) * 100, 0, 100) : 50;
|
||
const w = pc != null && skew != null ? [0.6, 0.4] : [1.0, 0.0];
|
||
return { score: Math.round(pcScore * w[0] + skewScore * w[1]), inputs: { putCallRatio: pc, skew } };
|
||
}
|
||
case 'trend': {
|
||
const { prices } = inputs;
|
||
if (!prices?.length) return { score: 50, inputs: {} };
|
||
const price = prices.at(-1);
|
||
const s20 = sma(prices, 20), s50 = sma(prices, 50), s200 = sma(prices, 200);
|
||
const aboveCount = [s20, s50, s200].filter(s => s != null && price > s).length;
|
||
const dist200 = s200 ? (price - s200) / s200 : 0;
|
||
const score = (aboveCount / 3) * 50 + clamp(dist200 * 500 + 50, 0, 100) * 0.5;
|
||
return { score: Math.round(clamp(score, 0, 100)), inputs: { spxPrice: price, sma20: s20, sma50: s50, sma200: s200, aboveMaCount: aboveCount } };
|
||
}
|
||
case 'breadth': {
|
||
const { mmthPrice, rspCloses, spyCloses, advDecRatio } = inputs;
|
||
const breadthScore = mmthPrice != null ? clamp(mmthPrice, 0, 100) : 50;
|
||
const rspRoc = (rspCloses?.length && spyCloses?.length) ? (roc(rspCloses, 30) ?? 0) - (roc(spyCloses, 30) ?? 0) : null;
|
||
const rspScore = rspRoc != null ? clamp(rspRoc * 10 + 50, 0, 100) : 50;
|
||
const adScore = advDecRatio != null ? clamp((advDecRatio - 0.5) / 1.5 * 100, 0, 100) : 50;
|
||
const hasAd = advDecRatio != null;
|
||
const w = hasAd ? [0.4, 0.3, 0.3] : [0.57, 0, 0.43];
|
||
const score = breadthScore * w[0] + adScore * w[1] + rspScore * w[2];
|
||
return { score: Math.round(clamp(score, 0, 100)), degraded: mmthPrice == null, inputs: { pctAbove200d: mmthPrice, rspSpyRatio: rspRoc, advDecRatio: advDecRatio ?? null } };
|
||
}
|
||
case 'momentum': {
|
||
const { spxCloses, sectorCloses } = inputs;
|
||
const spxRoc = spxCloses?.length ? roc(spxCloses, 20) : null;
|
||
const rocScore = spxRoc != null ? clamp(spxRoc * 10 + 50, 0, 100) : 50;
|
||
const sectorRsiValues = sectorCloses ? Object.values(sectorCloses).filter(Boolean).map(c => rsi(c)) : [];
|
||
const avgRsi = sectorRsiValues.length ? sectorRsiValues.reduce((a,b)=>a+b,0)/sectorRsiValues.length : 50;
|
||
const rsiScore = clamp((avgRsi - 30) / 40 * 100, 0, 100);
|
||
return { score: Math.round((rsiScore * 0.5 + rocScore * 0.5)), inputs: { spxRoc20d: spxRoc, sectorRsiAvg: Math.round(avgRsi) } };
|
||
}
|
||
case 'liquidity': {
|
||
const { m2Obs, walclObs, sofr } = inputs;
|
||
// M2SL is weekly since 2021 — 52 observations back = 52 weeks = true YoY. Using 12 was ~13 weeks (quarterly).
|
||
const m2Latest = fredLatest(m2Obs), m2Ago = fredNMonthsAgo(m2Obs, 52);
|
||
const m2Yoy = (m2Latest && m2Ago && m2Ago !== 0) ? ((m2Latest - m2Ago) / m2Ago) * 100 : null;
|
||
// WALCL is weekly — 4 observations back = ~1 month (MoM). Using 1 was week-over-week (too noisy).
|
||
const walclLatest = fredLatest(walclObs), walclAgo = fredNMonthsAgo(walclObs, 4);
|
||
const fedBsMom = (walclLatest && walclAgo && walclAgo !== 0) ? ((walclLatest - walclAgo) / walclAgo) * 100 : null;
|
||
// M2 YoY: normal annual growth is 4-6%; use 5x multiplier so 5% YoY ≈ 75
|
||
const m2Score = m2Yoy != null ? clamp(m2Yoy * 5 + 50, 0, 100) : 50;
|
||
const fedScore = fedBsMom != null ? clamp(fedBsMom * 20 + 50, 0, 100) : 50;
|
||
const sofrScore = sofr != null ? clamp(100 - sofr * 15, 0, 100) : 50;
|
||
return { score: Math.round(m2Score * 0.4 + fedScore * 0.3 + sofrScore * 0.3), inputs: { m2Yoy, fedBsMom, sofr } };
|
||
}
|
||
case 'credit': {
|
||
const { hyObs, igObs } = inputs;
|
||
const hySpread = fredLatest(hyObs), igSpread = fredLatest(igObs);
|
||
// HY OAS: historical range 2.0% (all-time tights) to 10.0% (crisis). Long-run avg ~5%.
|
||
// Old baseline was 3.0% (near tights), causing scores near 100 in normal conditions.
|
||
const hyScore = hySpread != null ? clamp(100 - ((hySpread - 2.0) / 8.0) * 100, 0, 100) : 50;
|
||
// IG OAS: historical range 0.4% (tights) to 3.0% (stressed). Long-run avg ~1.3%.
|
||
const igScore = igSpread != null ? clamp(100 - ((igSpread - 0.4) / 2.6) * 100, 0, 100) : 50;
|
||
// Use ~20 trading days (1 calendar month) for trend — fredNMonthsAgo(obs,1) only steps back
|
||
// 1 observation on daily data (= yesterday), which is noise not a trend signal.
|
||
const hyPrev = fredNTradingDaysAgo(hyObs, 20);
|
||
const hyTrend = (hySpread != null && hyPrev != null) ? (hySpread < hyPrev ? 'narrowing' : hySpread > hyPrev ? 'widening' : 'stable') : 'stable';
|
||
const trendScore = hyTrend === 'narrowing' ? 70 : hyTrend === 'widening' ? 30 : 50;
|
||
return { score: Math.round(hyScore * 0.4 + igScore * 0.3 + trendScore * 0.3), inputs: { hySpread, igSpread, hyTrend30d: hyTrend } };
|
||
}
|
||
case 'macro': {
|
||
const { fedObs, curveObs, unrateObs } = inputs;
|
||
const fedRate = fredLatest(fedObs), t10y2y = fredLatest(curveObs), unrate = fredLatest(unrateObs);
|
||
const rateScore = fedRate != null ? clamp(100 - fedRate * 15, 0, 100) : 50;
|
||
const curveScore = t10y2y != null ? (t10y2y > 0 ? clamp(60 + t10y2y * 20, 0, 100) : clamp(40 + t10y2y * 40, 0, 100)) : 50;
|
||
const unempScore = unrate != null ? clamp(100 - (unrate - 3.5) * 20, 0, 100) : 50;
|
||
return { score: Math.round(rateScore * 0.3 + curveScore * 0.4 + unempScore * 0.3), inputs: { fedRate, t10y2y, unrate } };
|
||
}
|
||
case 'crossAsset': {
|
||
const { gldCloses, tltCloses, spyCloses, dxyCloses } = inputs;
|
||
const goldRoc = gldCloses?.length ? roc(gldCloses, 30) : null;
|
||
const tltRoc = tltCloses?.length ? roc(tltCloses, 30) : null;
|
||
const spyRoc = spyCloses?.length ? roc(spyCloses, 30) : null;
|
||
const dxyRoc = dxyCloses?.length ? roc(dxyCloses, 30) : null;
|
||
const goldSignal = (goldRoc != null && spyRoc != null) ? (goldRoc > spyRoc ? 30 : 70) : 50;
|
||
const bondSignal = (tltRoc != null && spyRoc != null) ? (tltRoc > spyRoc ? 30 : 70) : 50;
|
||
const dxySignal = dxyRoc != null ? (dxyRoc > 0 ? 40 : 60) : 50;
|
||
return { score: Math.round((goldSignal + bondSignal + dxySignal) / 3), inputs: { goldReturn30d: goldRoc, tltReturn30d: tltRoc, spyReturn30d: spyRoc, dxyChange30d: dxyRoc } };
|
||
}
|
||
default: return { score: 50, inputs };
|
||
}
|
||
}
|
||
|
||
const WEIGHTS = { sentiment: 0.10, volatility: 0.10, positioning: 0.15, trend: 0.10, breadth: 0.10, momentum: 0.10, liquidity: 0.15, credit: 0.10, macro: 0.05, crossAsset: 0.05 };
|
||
|
||
async function fetchAll() {
|
||
const prevSnapshot = await readSeedSnapshot(FEAR_GREED_KEY).catch(() => null);
|
||
const previousScore = prevSnapshot?.composite?.score ?? null;
|
||
|
||
const [yahooResults, cboeResult, cnnResult, aaiiResult, macroSignals, barchartResult] = await Promise.allSettled([
|
||
fetchAllYahoo(),
|
||
fetchCBOE(),
|
||
fetchCNN(),
|
||
fetchAAII(),
|
||
readMacroSignals(),
|
||
fetchBarchartS5TH(),
|
||
]);
|
||
|
||
const yahoo = yahooResults.status === 'fulfilled' ? yahooResults.value : {};
|
||
const cboe = cboeResult.status === 'fulfilled' ? cboeResult.value : {};
|
||
const cnn = cnnResult.status === 'fulfilled' ? cnnResult.value : null;
|
||
const aaii = aaiiResult.status === 'fulfilled' ? aaiiResult.value : null;
|
||
const macro = macroSignals.status === 'fulfilled' ? macroSignals.value : null;
|
||
|
||
// Source status summary — visible in Railway container logs
|
||
const yahooCount = Object.values(yahoo).filter(Boolean).length;
|
||
console.log(` Sources: Yahoo=${yahooCount}/${YAHOO_SYMBOLS.length} | putCall=${cboe.totalPc ?? 'null'} | CNN=${cnn ? cnn.score : 'null'} | AAII bull=${aaii ? aaii.bull : 'null'} | Barchart=$S5TH=${barchartResult.status === 'fulfilled' ? (barchartResult.value ?? 'null') : 'err'} | proxy=${_proxyAuth ? 'yes' : 'no'}`);
|
||
|
||
if (yahooResults.status === 'rejected') console.warn(' Yahoo batch failed:', yahooResults.reason?.message);
|
||
if (cboeResult.status === 'rejected') console.warn(' CBOE failed:', cboeResult.reason?.message);
|
||
if (cnnResult.status === 'rejected') console.warn(' CNN failed:', cnnResult.reason?.message);
|
||
if (aaiiResult.status === 'rejected') console.warn(' AAII failed:', aaiiResult.reason?.message);
|
||
if (barchartResult.status === 'fulfilled' && barchartResult.value == null) console.warn(' Barchart $S5TH: unavailable (using RSP/SPY proxy if possible)');
|
||
|
||
const [hyObs, igObs, m2Obs, walclObs, sofrObs, fedObs, curveObs, unrateObs, vixObs, dgs10Obs] = await Promise.all([
|
||
readFred('BAMLH0A0HYM2'), readFred('BAMLC0A0CM'), readFred('M2SL'), readFred('WALCL'),
|
||
readFred('SOFR'), readFred('FEDFUNDS'), readFred('T10Y2Y'), readFred('UNRATE'), readFred('VIXCLS'), readFred('DGS10'),
|
||
]);
|
||
|
||
const gspc = yahoo['^GSPC'];
|
||
const vixData = yahoo['^VIX'];
|
||
const vix9d = yahoo['^VIX9D'];
|
||
const vix3m = yahoo['^VIX3M'];
|
||
const skew = yahoo['^SKEW'];
|
||
const gld = yahoo['GLD'], tlt = yahoo['TLT'], hyg = yahoo['HYG'], spy = yahoo['SPY'], rsp = yahoo['RSP'];
|
||
const dxy = yahoo['DX-Y.NYB'];
|
||
const xlk = yahoo['XLK'], xlf = yahoo['XLF'], xle = yahoo['XLE'], xlv = yahoo['XLV'];
|
||
const xly = yahoo['XLY'], xlp = yahoo['XLP'], xli = yahoo['XLI'], xlb = yahoo['XLB'];
|
||
const xlu = yahoo['XLU'], xlre = yahoo['XLRE'], xlc = yahoo['XLC'];
|
||
|
||
const vixLive = vixData?.price ?? fredLatest(vixObs);
|
||
const vix9dPrice = vix9d?.price ?? null;
|
||
const vix3mPrice = vix3m?.price ?? null;
|
||
const skewPrice = skew?.price ?? null;
|
||
const sofrRate = fredLatest(sofrObs);
|
||
|
||
// Barchart $S5TH: exact % of S&P 500 above 200d MA.
|
||
// Used for both breadth scoring and header display. Null → header shows N/A, breadth
|
||
// defaults to neutral 50 (rspScore still captures RSP/SPY signal independently).
|
||
const pctAbove200d = barchartResult.status === 'fulfilled' ? barchartResult.value : null;
|
||
const cryptoFg = macro?.fearGreed?.score ?? macro?.signals?.fearGreed?.value ?? null;
|
||
|
||
const cats = {
|
||
sentiment: scoreCategory('sentiment', { cnnFg: cnn?.score ?? null, aaiBull: aaii?.bull ?? null, aaiBear: aaii?.bear ?? null, cryptoFg }),
|
||
volatility: scoreCategory('volatility', { vix: vixLive, vix9d: vix9dPrice, vix3m: vix3mPrice }),
|
||
positioning: scoreCategory('positioning', { totalPc: cboe.totalPc, equityPc: cboe.equityPc, skew: skewPrice }),
|
||
trend: scoreCategory('trend', { prices: gspc?.closes ?? [] }),
|
||
breadth: scoreCategory('breadth', { mmthPrice: pctAbove200d, rspCloses: rsp?.closes, spyCloses: spy?.closes, advDecRatio: null }),
|
||
momentum: scoreCategory('momentum', { spxCloses: gspc?.closes, sectorCloses: { XLK: xlk?.closes, XLF: xlf?.closes, XLE: xle?.closes, XLV: xlv?.closes, XLY: xly?.closes, XLP: xlp?.closes, XLI: xli?.closes, XLB: xlb?.closes, XLU: xlu?.closes, XLRE: xlre?.closes, XLC: xlc?.closes } }),
|
||
liquidity: scoreCategory('liquidity', { m2Obs, walclObs, sofr: sofrRate }),
|
||
credit: scoreCategory('credit', { hyObs, igObs }),
|
||
macro: scoreCategory('macro', { fedObs, curveObs, unrateObs }),
|
||
crossAsset: scoreCategory('crossAsset', { gldCloses: gld?.closes, tltCloses: tlt?.closes, spyCloses: spy?.closes, dxyCloses: dxy?.closes }),
|
||
};
|
||
|
||
const compositeScore = Math.round(
|
||
Object.entries(cats).reduce((sum, [name, cat]) => sum + cat.score * WEIGHTS[name], 0) * 10
|
||
) / 10;
|
||
const compositeLabel = labelFromScore(compositeScore);
|
||
|
||
const fedRate = fredLatest(fedObs);
|
||
const fedRateStr = fedRate != null ? `${fedRate.toFixed(2)}%` : null;
|
||
const hySpreadVal = fredLatest(hyObs);
|
||
|
||
const hygPrice = hyg?.price ?? null;
|
||
const tltPrice = tlt?.price ?? null;
|
||
let fsiValue = null;
|
||
let fsiLabel = 'Unknown';
|
||
if (hygPrice != null && tltPrice != null && tltPrice > 0 && vixLive != null && vixLive > 0 && hySpreadVal != null && hySpreadVal > 0) {
|
||
fsiValue = Math.round(((hygPrice / tltPrice) / (vixLive * hySpreadVal / 100)) * 10000) / 10000;
|
||
if (fsiValue >= 1.5) fsiLabel = 'Low Stress';
|
||
else if (fsiValue >= 0.8) fsiLabel = 'Moderate Stress';
|
||
else if (fsiValue >= 0.3) fsiLabel = 'Elevated Stress';
|
||
else fsiLabel = 'High Stress';
|
||
}
|
||
|
||
const SECTOR_ETF_NAMES = { XLK: 'Technology', XLF: 'Financials', XLE: 'Energy', XLV: 'Health Care', XLY: 'Consumer Discr.', XLP: 'Consumer Staples', XLI: 'Industrials', XLB: 'Materials', XLU: 'Utilities', XLRE: 'Real Estate', XLC: 'Comm. Services' };
|
||
const sectorPerformance = Object.entries(SECTOR_ETF_NAMES).map(([sym, name]) => {
|
||
const d = yahoo[sym];
|
||
if (!d?.closes || d.closes.length < 2) return null;
|
||
const prev = d.closes.at(-2), curr = d.closes.at(-1);
|
||
const change1d = (prev && prev > 0) ? Math.round(((curr - prev) / prev) * 10000) / 100 : null;
|
||
return change1d != null ? { symbol: sym, name, change1d } : null;
|
||
}).filter(Boolean);
|
||
|
||
const payload = {
|
||
timestamp: new Date().toISOString(),
|
||
composite: { score: compositeScore, label: compositeLabel, previous: previousScore },
|
||
categories: {
|
||
sentiment: { score: cats.sentiment.score, weight: WEIGHTS.sentiment, contribution: Math.round(cats.sentiment.score * WEIGHTS.sentiment * 10)/10, inputs: cats.sentiment.inputs, degraded: cats.sentiment.degraded ?? false },
|
||
volatility: { score: cats.volatility.score, weight: WEIGHTS.volatility, contribution: Math.round(cats.volatility.score * WEIGHTS.volatility * 10)/10, inputs: cats.volatility.inputs },
|
||
positioning: { score: cats.positioning.score, weight: WEIGHTS.positioning, contribution: Math.round(cats.positioning.score * WEIGHTS.positioning * 10)/10, inputs: cats.positioning.inputs },
|
||
trend: { score: cats.trend.score, weight: WEIGHTS.trend, contribution: Math.round(cats.trend.score * WEIGHTS.trend * 10)/10, inputs: cats.trend.inputs },
|
||
breadth: { score: cats.breadth.score, weight: WEIGHTS.breadth, contribution: Math.round(cats.breadth.score * WEIGHTS.breadth * 10)/10, inputs: cats.breadth.inputs, degraded: cats.breadth.degraded ?? false },
|
||
momentum: { score: cats.momentum.score, weight: WEIGHTS.momentum, contribution: Math.round(cats.momentum.score * WEIGHTS.momentum * 10)/10, inputs: cats.momentum.inputs },
|
||
liquidity: { score: cats.liquidity.score, weight: WEIGHTS.liquidity, contribution: Math.round(cats.liquidity.score * WEIGHTS.liquidity * 10)/10, inputs: cats.liquidity.inputs },
|
||
credit: { score: cats.credit.score, weight: WEIGHTS.credit, contribution: Math.round(cats.credit.score * WEIGHTS.credit * 10)/10, inputs: cats.credit.inputs },
|
||
macro: { score: cats.macro.score, weight: WEIGHTS.macro, contribution: Math.round(cats.macro.score * WEIGHTS.macro * 10)/10, inputs: cats.macro.inputs },
|
||
crossAsset: { score: cats.crossAsset.score, weight: WEIGHTS.crossAsset, contribution: Math.round(cats.crossAsset.score * WEIGHTS.crossAsset * 10)/10, inputs: cats.crossAsset.inputs },
|
||
},
|
||
headerMetrics: {
|
||
cnnFearGreed: cnn ? { value: cnn.score, label: cnn.label } : null,
|
||
aaiBear: aaii ? { value: Math.round(aaii.bear), context: `${aaii.bear.toFixed(1)}%` } : null,
|
||
aaiBull: aaii ? { value: Math.round(aaii.bull), context: `${aaii.bull.toFixed(1)}%` } : null,
|
||
putCall: cboe.totalPc != null ? { value: cboe.totalPc } : null,
|
||
vix: vixLive != null ? { value: vixLive } : null,
|
||
hySpread: hySpreadVal != null ? { value: hySpreadVal } : null,
|
||
pctAbove200d: pctAbove200d != null ? { value: pctAbove200d } : null,
|
||
yield10y: fredLatest(dgs10Obs) != null ? { value: fredLatest(dgs10Obs) } : null,
|
||
fedRate: fedRateStr ? { value: fedRateStr } : null,
|
||
fsi: fsiValue != null ? { value: fsiValue, label: fsiLabel, hygPrice, tltPrice } : null,
|
||
},
|
||
sectorPerformance,
|
||
unavailable: false,
|
||
};
|
||
|
||
return payload;
|
||
}
|
||
|
||
function validate(data) {
|
||
return data?.composite?.score != null && data.timestamp != null;
|
||
}
|
||
|
||
export function declareRecords(data) {
|
||
return data?.composite?.score != null ? 1 : 0;
|
||
}
|
||
|
||
runSeed('market', 'fear-greed', FEAR_GREED_KEY, fetchAll, {
|
||
validateFn: validate,
|
||
ttlSeconds: FEAR_GREED_TTL,
|
||
sourceVersion: 'yahoo-cboe-cnn-fred-v1',
|
||
|
||
declareRecords,
|
||
schemaVersion: 1,
|
||
maxStaleMin: 720,
|
||
}).catch((err) => {
|
||
console.error('FATAL:', err.message || err);
|
||
process.exit(1);
|
||
});
|