{
  "schema": "battery-quote-check-report/v1",
  "context": {
    "quote": ".5",
    "scope": {
      "existingSolar": true,
      "completeMeter": true,
      "sameAssumptions": true,
      "excludedServices": true
    },
    "synthetic": true,
    "currency": "AUD",
    "description": "Invented two-interval example, not a real household or quote."
  },
  "certificate": {
    "schema": "battery-quote-check-certificate/v1",
    "units": {
      "energy": "AC kWh",
      "state": "usable stored kWh",
      "power": "kW",
      "rate": "money per AC kWh",
      "dual": "money per stored kWh",
      "value": "money"
    },
    "model": {
      "schema": "battery-quote-check-model/v1",
      "capacityBasis": "usable-stored-kwh",
      "boundary": "free-initial-and-final",
      "capacityKwh": "1",
      "chargePowerKw": "2",
      "dischargePowerKw": "2",
      "chargeEfficiency": "1",
      "dischargeEfficiency": "1",
      "intervals": [
        {
          "start": "2025-01-01T00:00:00.000Z",
          "durationMinutes": 30,
          "importKwh": "0",
          "exportKwh": "1",
          "buyRate": "2/5",
          "feedInRate": "1/10"
        },
        {
          "start": "2025-01-01T00:30:00.000Z",
          "durationMinutes": 30,
          "importKwh": "1",
          "exportKwh": "0",
          "buyRate": "2/5",
          "feedInRate": "1/10"
        }
      ]
    },
    "dual": {
      "prices": [
        "0",
        "0"
      ]
    },
    "policy": {
      "name": "empty-start-chronological-comparison",
      "chargeKwh": [
        "1",
        "0"
      ],
      "dischargeKwh": [
        "0",
        "1"
      ],
      "stateKwh": [
        "0",
        "1",
        "0"
      ]
    },
    "solver": {
      "method": "finite-price-dynamic-program-proposal",
      "candidateCount": 3,
      "fullCandidateCount": 3,
      "restrictedPriceSearch": false,
      "candidateLimit": 64
    },
    "claims": {
      "upper": "2/5",
      "policyValue": "3/10",
      "gap": "1/10"
    }
  },
  "verdict": {
    "status": "exceeds",
    "label": "Above the model ceiling"
  }
}
