{
  "claims": [
    {
      "claim_id": "CLM-001",
      "type": "auto_collision",
      "claimant": "Maria Torres",
      "date_filed": "2026-05-01",
      "status": "critical",
      "documents_submitted": ["police_report", "photos", "repair_estimate", "medical_report"],
      "metrics": {
        "completeness": {
          "value": 100,
          "unit": "%"
        },
        "damage_vs_estimate_match": {
          "value": 52,
          "unit": "%"
        },
        "fraud_risk_score": {
          "value": 82,
          "unit": "score"
        },
        "policy_coverage_match": {
          "value": 95,
          "unit": "%"
        }
      },
      "thresholds": {
        "completeness": { "min": 80, "max": 100 },
        "damage_vs_estimate_match": { "min": 70, "max": 100 },
        "fraud_risk_score": { "min": 0, "max": 50 },
        "policy_coverage_match": { "min": 85, "max": 100 }
      }
    },
    {
      "claim_id": "CLM-002",
      "type": "property_water_damage",
      "claimant": "James Chen",
      "date_filed": "2026-04-28",
      "status": "normal",
      "documents_submitted": ["photos", "plumber_report", "repair_estimate", "inventory_list"],
      "metrics": {
        "completeness": {
          "value": 100,
          "unit": "%"
        },
        "damage_vs_estimate_match": {
          "value": 88,
          "unit": "%"
        },
        "fraud_risk_score": {
          "value": 15,
          "unit": "score"
        },
        "policy_coverage_match": {
          "value": 98,
          "unit": "%"
        }
      },
      "thresholds": {
        "completeness": { "min": 80, "max": 100 },
        "damage_vs_estimate_match": { "min": 70, "max": 100 },
        "fraud_risk_score": { "min": 0, "max": 50 },
        "policy_coverage_match": { "min": 85, "max": 100 }
      }
    },
    {
      "claim_id": "CLM-003",
      "type": "auto_theft",
      "claimant": "Robert Kim",
      "date_filed": "2026-05-03",
      "status": "warning",
      "documents_submitted": ["police_report", "vehicle_registration"],
      "metrics": {
        "completeness": {
          "value": 60,
          "unit": "%"
        },
        "damage_vs_estimate_match": {
          "value": 0,
          "unit": "%"
        },
        "fraud_risk_score": {
          "value": 45,
          "unit": "score"
        },
        "policy_coverage_match": {
          "value": 90,
          "unit": "%"
        }
      },
      "thresholds": {
        "completeness": { "min": 80, "max": 100 },
        "damage_vs_estimate_match": { "min": 70, "max": 100 },
        "fraud_risk_score": { "min": 0, "max": 50 },
        "policy_coverage_match": { "min": 85, "max": 100 }
      }
    },
    {
      "claim_id": "CLM-004",
      "type": "property_fire",
      "claimant": "Sarah Williams",
      "date_filed": "2026-04-25",
      "status": "normal",
      "documents_submitted": ["fire_department_report", "photos", "repair_estimate", "inventory_list"],
      "metrics": {
        "completeness": {
          "value": 100,
          "unit": "%"
        },
        "damage_vs_estimate_match": {
          "value": 91,
          "unit": "%"
        },
        "fraud_risk_score": {
          "value": 12,
          "unit": "score"
        },
        "policy_coverage_match": {
          "value": 100,
          "unit": "%"
        }
      },
      "thresholds": {
        "completeness": { "min": 80, "max": 100 },
        "damage_vs_estimate_match": { "min": 70, "max": 100 },
        "fraud_risk_score": { "min": 0, "max": 50 },
        "policy_coverage_match": { "min": 85, "max": 100 }
      }
    },
    {
      "claim_id": "CLM-005",
      "type": "auto_collision",
      "claimant": "David Okafor",
      "date_filed": "2026-05-05",
      "status": "warning",
      "documents_submitted": ["police_report", "photos", "repair_estimate"],
      "metrics": {
        "completeness": {
          "value": 85,
          "unit": "%"
        },
        "damage_vs_estimate_match": {
          "value": 64,
          "unit": "%"
        },
        "fraud_risk_score": {
          "value": 58,
          "unit": "score"
        },
        "policy_coverage_match": {
          "value": 92,
          "unit": "%"
        }
      },
      "thresholds": {
        "completeness": { "min": 80, "max": 100 },
        "damage_vs_estimate_match": { "min": 70, "max": 100 },
        "fraud_risk_score": { "min": 0, "max": 50 },
        "policy_coverage_match": { "min": 85, "max": 100 }
      }
    }
  ]
}
