Developer docs
Build source-backed Indian market insight cards.
Market Cards turns daily market moves, filings, earnings, sector shifts, and macro context into reviewed, evidence-backed cards. The current codebase is a Cloudflare-first backend with deterministic generation, verifier guardrails, and human review before publish.
Start here
Data needed
Understand the exact market, filing, macro, peer, and knowledge graph inputs required.
FlowPipeline
See how raw payloads become evidence packets, draft cards, verifier reports, and reviewed digest output.
ReferenceAPI surface
Review public and internal endpoints implemented in the Worker backend.
What exists now
| Area | Status | Notes |
|---|---|---|
| Market data ingestion | Implemented for manual payloads | Validates OHLCV, duplicates, delivery percentage, and date shape. |
| Filing ingestion | Implemented for manual payloads | Classifies filings, extracts key values, detects missing market-relevant details. |
| Evidence packets | Implemented | Cards are generated from packet-scoped allowed claims and evidence only. |
| Verifier and review | Implemented | Generated cards stay in review and cannot publish without human approval. |
| Cloudflare launch | Deferred | Resource IDs, auth, secrets, and live connector setup come later. |