Data model · Schema
The data model behind the money-flow graph and the machine endpoints for agents. A reference for integrating the data directly.
Machine endpoints
/<slug>.md— Company node as LLM-reasoning markdown. Supports ?lang=en./<slug>.json— Structured JSON. Lossless bilingual (both ko and en fields)./llms.txt— Agent discovery index (all companies + .md links).
Tables
vc_companies · Company nodes
slugtextURL identifier (unique)name / name_entextCompany name (KO/EN)tickertextTicker (e.g. NVDA, 000660.KS)kicker / lead (+_en)textCategory and summary (KO/EN)segments / segments_enjsonbTotal revenue, concentration, segmentsupdated_atdateLast updated
vc_edges · Money-flow edges
company_iduuidSource nodedirectiontext'revenue' | 'cost'counterparty_nametextCounterparty namecounterparty_iduuidCounterparty node (links the graph when present)confidencetext'high' | 'mid' | 'low'metricjsonbNormalized metric {type,value,unit,period,basis,qualifier}note (+_en)textNote (KO/EN)
vc_edge_sources · Observations (edge × source)
edge_id / source_iduuidEdge and source referencesstancetext'confirms' | 'mentions' | 'contradicts'as_ofdateObservation datemetricjsonbPer-observation normalized metricexcerpt (+_en)textSource excerpt (KO/EN)
vc_sources · Sources
urltextSource URL (unique)title (+_en)textTitle (KO/EN)publisher (+_en)textPublisher (KO/EN)kindtext'filing' | 'news' | 'ir' | 'research'published_at / langdate/textPublished date and language (ko/en)
All tables are public read-only via PostgREST. A versioned, authenticated API is planned.