{
  "id": "did:enerconsumcost:2022-07-3325",
  "type": "ConsumptionCost",
  "year": {
    "type": "Text",
    "value": "2022"
  },
  "month": {
    "type": "Text",
    "value": "07"
  },
  "consumptionPoint": {
    "type": "Text",
    "value": "did:consumpoint:EN04"
  },
  "energyConsumedAndCost": {
    "type": "StructuredValue",
    "value": [
      {
        "id": "did:ener:ele:ESXXXXXXXXXXXXXXXXXXXX",
        "energyType": "electricity",
        "supplyName": "Electric Company, S.A.",
        "energyConsumed": {
          "measurementUnit": "KWH",
          "value": 800.0
        },
        "totalCost": {
          "currency": "EUR",
          "value": 374.0
        }
      }
    ]
  }
}