PromoTrace methodology v1.2.0
Released 6 June 2026.
Minor revision — Sustainability Hub gains country-aware Scope 2 electricity grid intensity.
What changed
The Scope 2 calculation was hardcoded to the UK grid (0.207 kg CO₂e/kWh, IEA 2024) since v1.0.0. Multi-country customers (Greek HQ + Berlin office + Tokyo subsidiary, etc.) were getting numbers computed against the wrong grid.
v1.2.0 introduces a country lookup table covering ~37 ISO 3166-1 alpha-3 codes. Each site's country field resolves to the right IEA 2024 grid factor at save time:
| Region | Examples | kg CO₂e/kWh |
|---|---|---:|
| Hydro / nuclear heavy | NOR / CHE / SWE / FRA | 0.029 – 0.057 |
| Wind & mixed | DNK / AUT / ESP / IRL | 0.171 – 0.295 |
| Average western | GBR / DEU / ITA / USA | 0.207 – 0.380 |
| Coal-heavy | POL / IND / IDN / ZAF | 0.692 – 0.860 |
| World fallback | (country unknown) | 0.475 |
Renewable share still applies
The renewable_electricity_pct field still reduces the emitting kWh portion linearly under GHG Protocol Scope 2 Guidance market-based method. So a Berlin site with 100% Ökostrom (renewable=100) gets Scope 2 = 0 regardless of the German grid factor (0.380).
District heating
Kept the EU-25 average (0.170 kg CO₂e/kWh) for now — per-country district heating factors vary 0.07 to 0.30 but the data layer is sparser than electricity grids. Per-country override is a future enhancement.
Year view
The year detail page now prints the resolved grid factor + country label inline so a reviewer can verify which factor produced Scope 2 for that site.
Back-compat
Existing v1.1.0 saves keep their stored numbers — historical snapshots are immutable per audit trail integrity. New saves use the country-aware factor and stamp ef_rev='1.2.0'.