[
  {
    "option": "Buy petrol",
    "cost": 36763.2,
    "endVehicleValue": 13311.16,
    "endLoanBalance": 0
  },
  {
    "option": "Buy EV",
    "cost": 36169.52,
    "endVehicleValue": 15529.69,
    "endLoanBalance": 0
  },
  {
    "option": "Lease",
    "cost": 46175,
    "endVehicleValue": 0,
    "endLoanBalance": 0
  },
  {
    "option": "Keep current car",
    "cost": 22734.67,
    "endVehicleValue": 5904.9,
    "endLoanBalance": 0
  }
]