{
  "synthetic": true,
  "capability": "revenue-leakage-review",
  "status": "available",
  "scenario": "A completed service job has signed completion evidence but no matching invoice.",
  "sourceTable": {
    "columns": [
      "Job",
      "Status",
      "Completed",
      "Quoted value",
      "Invoice"
    ],
    "rows": [
      [
        "JOB-1208",
        "Complete",
        "Jul 19",
        "$6,400",
        "None"
      ],
      [
        "JOB-1211",
        "Complete",
        "Jul 20",
        "$3,250",
        "INV-804"
      ]
    ]
  },
  "deterministicRule": "For each completed job, require a matching invoice identifier and compare job value with billed value.",
  "flaggedFinding": "JOB-1208 may contain $6,400 of unbilled completed work.",
  "possibleReasons": "The missing invoice may indicate leakage, but warranty work, a bundled agreement, or delayed billing could explain it.",
  "humanReviewQuestions": [
    "Was this work covered by a service agreement?",
    "Is customer approval complete?",
    "Who owns the billing follow-up?"
  ],
  "operatingDecision": "Confirm the billing obligation and either issue the invoice or document why no invoice is required."
}
