{
  "_about": "Cross-source consistency check for concepts both MCPS and MSDE report. Cells disagreeing beyond tolerance are flagged discrepant=True on both rows in mcps_consolidated.parquet and listed here.",
  "concepts": [
    {
      "concept": "enrollment_by_grade_count",
      "prefer": "mcps",
      "tolerance": {
        "relative": 0.02,
        "absolute": 5
      },
      "cells_compared": 3035,
      "cells_flagged": 2,
      "flagged": [
        {
          "school_code_str": "817",
          "year": 2025,
          "cell": "3",
          "mcps": 90.0,
          "msde": 113.0,
          "rel_diff": 0.2035
        },
        {
          "school_code_str": "425",
          "year": 2025,
          "cell": "K",
          "mcps": 113.0,
          "msde": 135.0,
          "rel_diff": 0.163
        }
      ]
    },
    {
      "concept": "graduation_rate_4yr_cohort",
      "prefer": "msde",
      "tolerance": {
        "relative": 0.02,
        "absolute": 1.0
      },
      "cells_compared": 83,
      "cells_flagged": 0,
      "flagged": []
    }
  ]
}