|
1 | 1 | { |
2 | 2 | "$schema": "https://raw.githubusercontent.com/v3DJG6GL/bfe-tariffs-data/main/schemas/tariffs-v1.schema.json", |
3 | 3 | "schema_version": "1.4.0", |
4 | | - "data_version": "0.0.4", |
5 | | - "last_updated": "2026-05-01", |
| 4 | + "data_version": "0.0.5", |
| 5 | + "last_updated": "2026-05-02", |
6 | 6 | "notes": "Bundled fallback. Source-of-truth (companion repo) lands in Phase 6. Schema 1.1.0 (Batch D) introduces user_inputs[] for parallel tariff variants (replaces the AEW two-entry hack), power_tier.hkn_cases[] for conditional HKN values, and bonuses[].kind/when for additive vs. multiplicative bonuses.", |
7 | 7 | "federal_minimum": [ |
8 | 8 | { |
|
350 | 350 | "name_fr": "EKZ (Centrales électriques du canton de Zurich)", |
351 | 351 | "homepage": "https://www.ekz.ch", |
352 | 352 | "rates": [ |
| 353 | + { |
| 354 | + "valid_from": "2025-01-01", |
| 355 | + "valid_to": "2026-01-01", |
| 356 | + "settlement_period": "quartal", |
| 357 | + "tarif_urls": [ |
| 358 | + { |
| 359 | + "url": "https://www.ekz.ch/de/privatkunden/solaranlage/gut-zu-wissen/rueckliefertarife.html" |
| 360 | + }, |
| 361 | + { |
| 362 | + "url": "https://www.ekz.ch/dam/ekz/privatkunden/strom/tarife-und-agb/Tarifdokumente/tarife-2025/ekz-rueckliefertarife-2025.pdf" |
| 363 | + } |
| 364 | + ], |
| 365 | + "power_tiers": [ |
| 366 | + { |
| 367 | + "kw_min": 0.0, |
| 368 | + "kw_max": 3000.0, |
| 369 | + "base_model": "fixed_ht_nt", |
| 370 | + "fixed_ht_rp_kwh": 12.6, |
| 371 | + "fixed_nt_rp_kwh": 11.6, |
| 372 | + "ht_window": { |
| 373 | + "mofr": [ |
| 374 | + 7, |
| 375 | + 20 |
| 376 | + ], |
| 377 | + "sa": null, |
| 378 | + "su": null |
| 379 | + }, |
| 380 | + "hkn_rp_kwh": 3.0, |
| 381 | + "hkn_structure": "additive_optin" |
| 382 | + } |
| 383 | + ], |
| 384 | + "user_inputs": [], |
| 385 | + "price_floor_rp_kwh": null, |
| 386 | + "notes": [], |
| 387 | + "bonuses": [], |
| 388 | + "seasonal": null, |
| 389 | + "cap_mode": false, |
| 390 | + "cap_rules": null |
| 391 | + }, |
353 | 392 | { |
354 | 393 | "valid_from": "2026-01-01", |
355 | 394 | "valid_to": null, |
|
0 commit comments