# Public Money Graph Public Money Graph is an interactive temporal network of observed French public procurement: which public buyers contract with which companies, in which sectors, and what source evidence supports every relationship. ## Data - Source: DECP award-notice records (Données essentielles de la commande publique), published on data.gouv.fr under the Etalab Open Licence. - Legal-unit identities resolved against SIRENE. - Amounts are declared contractual values of awarded contracts, not treasury payments. A large or repeated relationship is a structural observation, never an allegation. ## Machine-readable access - Corpus manifest (counts, period, generation): /api/v1/manifest - National graph (activity lens): /api/v1/graph/national - National graph (CPV lens): /api/v1/graph/national?lens=cpv - Sector graph: /api/v1/graph/sector/{cpv-division} (two digits) - Slice graph: /api/v1/graph/slice?buyer_class={class}&supplier_class={class} - Entity detail (buyer_* or supplier_* ids): /api/v1/entity/{id} - Entity graph: /api/v1/entity/{id}/graph - Entity contracts: /api/v1/entity/{id}/contracts - Contract detail (contract_* ids): /api/v1/contract/{id} - Search: /api/v1/search?q={query} ## Web views - National overview: https://money.khalizov.com/ - Methodology: https://money.khalizov.com/methodology - Data: https://money.khalizov.com/data - French edition: https://money.khalizov.com/fr - Sector: https://money.khalizov.com/sector/{cpv-division} - Entity: https://money.khalizov.com/entity/{id} - Contract: https://money.khalizov.com/contract/{id}