{
  "slug": "probe.alive_share",
  "title": "Alive share",
  "grade": "derived",
  "unit": "ratio",
  "value": 0.5444,
  "as_of": "2026-08-14",
  "sql": "SELECT ROUND(1.0*(SELECT COUNT(*) FROM probes WHERE run_id=(SELECT id FROM runs WHERE kind='census' ORDER BY started_at DESC LIMIT 1) AND outcome IN ('ok','ok_tools'))/(SELECT COUNT(*) FROM probes WHERE run_id=(SELECT id FROM runs WHERE kind='census' ORDER BY started_at DESC LIMIT 1)),4)",
  "note": "Alive \u00f7 probed, latest census. The headline the sample got wrong (see corrections).",
  "history": [
    {
      "period": "2026-08-13",
      "value": 0.55
    },
    {
      "period": "2026-08-14",
      "value": 0.55
    },
    {
      "period": "2026-08-15",
      "value": 0.5444
    }
  ]
}