Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.51 KB | None | 0 0
  1. {
  2.     "address": {
  3.         "postal_code": "6811EP",
  4.         "house_number": "35",
  5.         "house_number_suffix": "a",
  6.         "street": "Kortestraat",
  7.         "city": "ARNHEM"
  8.     },
  9.     "total_costs_month": 119,
  10.     "total_costs_year": 1426,
  11.     "total_power_costs_per_unit": {
  12.         "supplier": "Groene stroom van All in Power",
  13.         "tariff": 0.21978,
  14.         "unit": "kWh"
  15.     },
  16.     "total_gas_costs_per_unit": {
  17.         "supplier": "Gas",
  18.         "tariff": 0.56532,
  19.         "unit": "m3"
  20.     },
  21.     "aip_subscription_costs_gas": {
  22.         "total": 6.0,
  23.         "amount": 1,
  24.         "tariff": 6.0,
  25.         "unit": "month"
  26.     },
  27.     "aip_subscription_costs_power": {
  28.         "total": 6.0,
  29.         "amount": 1,
  30.         "tariff": 6.0,
  31.         "unit": "month"
  32.     },
  33.     "yearly_costs": {
  34.         "power": {
  35.             "total": 326.63,
  36.             "supply_costs": {
  37.                 "total": 243.36,
  38.                 "variable_supply_costs": {
  39.                     "total": 171.34,
  40.                     "amount": 72.02,
  41.                     "tariff": 0.06853,
  42.                     "unit": "kWh"
  43.                 },
  44.                 "supply_costs": {
  45.                     "total": 72.02,
  46.                     "amount": 366,
  47.                     "tariff": 0.19677,
  48.                     "unit": "day"
  49.                 }
  50.             },
  51.             "operator_costs": {
  52.                 "total": 232.32,
  53.                 "captar": {
  54.                     "total": 232.32,
  55.                     "amount": 366,
  56.                     "tariff": 0.63477,
  57.                     "unit": "day"
  58.                 }
  59.             },
  60.             "taxes": {
  61.                 "total": -149.05,
  62.                 "zones": [{
  63.                     "type": "EB_TAX",
  64.                     "min": 0,
  65.                     "max": 10000,
  66.                     "total": 295.54,
  67.                     "amount": 2500,
  68.                     "tariff": 0.11822,
  69.                     "unit": "kWh"
  70.                 }, {
  71.                     "type": "ODE_TAX",
  72.                     "min": 0,
  73.                     "max": 10000,
  74.                     "total": 82.58,
  75.                     "amount": 2500,
  76.                     "tariff": 0.03303,
  77.                     "unit": "kWh"
  78.                 }],
  79.                 "discount": {
  80.                     "total": -527.17,
  81.                     "amount": 366,
  82.                     "tariff": -1.44036,
  83.                     "unit": "day"
  84.                 }
  85.             }
  86.         },
  87.         "gas": {
  88.             "total": 1099.84,
  89.             "supply_costs": {
  90.                 "total": 377.82,
  91.                 "variable_supply_costs": {
  92.                     "total": 305.8,
  93.                     "amount": 1100,
  94.                     "tariff": 0.278,
  95.                     "unit": "m³"
  96.                 },
  97.                 "supply_costs": {
  98.                     "total": 72.02,
  99.                     "amount": 366,
  100.                     "tariff": 0.19677,
  101.                     "unit": "day"
  102.                 }
  103.             },
  104.             "operator_costs": {
  105.                 "total": 232.32,
  106.                 "captar": {
  107.                     "total": 232.32,
  108.                     "amount": 366,
  109.                     "tariff": 0.63477,
  110.                     "unit": "day"
  111.                 }
  112.             },
  113.             "taxes": {
  114.                 "total": 546.47,
  115.                 "zones": [{
  116.                     "type": "EB_TAX",
  117.                     "min": 0,
  118.                     "max": 170000,
  119.                     "total": 443.32,
  120.                     "amount": 1100,
  121.                     "tariff": 0.40301,
  122.                     "unit": "m³"
  123.                 }, {
  124.                     "type": "ODE_TAX",
  125.                     "min": 0,
  126.                     "max": 170000,
  127.                     "total": 103.15,
  128.                     "amount": 1100,
  129.                     "tariff": 0.09378,
  130.                     "unit": "m³"
  131.                 }]
  132.             }
  133.         }
  134.     }
  135. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement