{
  "synthetic": true,
  "capability": "recurring-subscription-review",
  "status": "available",
  "scenario": "Several software charges recur monthly, including two tools with overlapping use cases.",
  "sourceTable": {
    "columns": [
      "Vendor",
      "Monthly charge",
      "First seen",
      "Owner"
    ],
    "rows": [
      [
        "Example CRM",
        "$1,250",
        "Jan",
        "Sales"
      ],
      [
        "Sample Outreach",
        "$790",
        "Mar",
        "Unknown"
      ],
      [
        "Demo Scheduler",
        "$240",
        "Feb",
        "Sales"
      ]
    ]
  },
  "deterministicRule": "Cluster normalized payees by cadence and similar amount, then annualize only charges supported by a recurring pattern.",
  "flaggedFinding": "$2,280 of monthly software spend annualizes to $27,360, with $9,480 tied to a tool whose owner is unknown.",
  "possibleReasons": "An unknown owner can indicate waste, but the tool may support a critical integration or contracted workflow that transaction data cannot reveal.",
  "humanReviewQuestions": [
    "Who owns each subscription?",
    "Which tools overlap?",
    "What contract or integration breaks if it is canceled?"
  ],
  "operatingDecision": "Confirm ownership, usage, renewal date, and dependency before deciding to keep, consolidate, renegotiate, or cancel."
}
