{
  "schemaVersion": 1,
  "synthetic": true,
  "currency": "EUR",
  "period": {
    "start": "2026-09-07T00:00:00Z",
    "end": "2026-09-14T00:00:00Z"
  },
  "asOf": "2026-09-14T09:00:00Z",
  "sources": {
    "billing": {
      "id": "billing-demo-0914",
      "capturedAt": "2026-09-14T08:00:00Z",
      "previous": [
        {
          "id": "sub-a",
          "monthlyCents": 400000
        },
        {
          "id": "sub-b",
          "monthlyCents": 300000
        },
        {
          "id": "sub-c",
          "monthlyCents": 300000
        }
      ],
      "current": [
        {
          "id": "sub-a",
          "monthlyCents": 400000
        },
        {
          "id": "sub-b",
          "monthlyCents": 330000
        },
        {
          "id": "sub-c",
          "monthlyCents": 300000
        },
        {
          "id": "sub-d",
          "monthlyCents": 90000
        }
      ]
    },
    "crm": {
      "id": "crm-demo-0914",
      "capturedAt": "2026-09-14T08:10:00Z",
      "opportunities": [
        {
          "id": "deal-a",
          "stage": "open",
          "valueCents": 1800000
        },
        {
          "id": "deal-b",
          "stage": "open",
          "valueCents": 1200000
        },
        {
          "id": "deal-c",
          "stage": "won",
          "valueCents": 800000
        }
      ]
    },
    "support": {
      "id": "support-demo-0914",
      "capturedAt": "2026-09-14T08:20:00Z",
      "tickets": [
        {
          "id": "ticket-a",
          "priority": "urgent",
          "createdAt": "2026-09-08T09:00:00Z",
          "resolvedAt": null
        },
        {
          "id": "ticket-b",
          "priority": "normal",
          "createdAt": "2026-09-10T10:00:00Z",
          "resolvedAt": null
        },
        {
          "id": "ticket-c",
          "priority": "normal",
          "createdAt": "2026-09-06T10:00:00Z",
          "resolvedAt": null
        },
        {
          "id": "ticket-d",
          "priority": "normal",
          "createdAt": "2026-09-07T10:00:00Z",
          "resolvedAt": "2026-09-09T10:00:00Z"
        },
        {
          "id": "ticket-e",
          "priority": "normal",
          "createdAt": "2026-09-10T10:00:00Z",
          "resolvedAt": "2026-09-12T10:00:00Z"
        }
      ]
    }
  }
}
