From 865ee3eadae1b494f1d5beccb00e3dc636256d27 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 27 Apr 2026 12:16:26 +0000 Subject: [PATCH] =?UTF-8?q?map=20elmhurst=20energy=20fields=20to=20epc=20p?= =?UTF-8?q?roperty=20data=20class=20=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datatypes/epc/domain/mapper.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/datatypes/epc/domain/mapper.py b/datatypes/epc/domain/mapper.py index 9af386da..5720d323 100644 --- a/datatypes/epc/domain/mapper.py +++ b/datatypes/epc/domain/mapper.py @@ -268,6 +268,11 @@ class EpcPropertyDataMapper: "None" if not survey.renewables.wwhrs_present else "Present" ), any_unheated_rooms=survey.heated_habitable_rooms < survey.habitable_rooms, + energy_rating_current=survey.current_sap_rating, + energy_rating_potential=survey.potential_sap_rating, + environmental_impact_current=survey.current_ei_rating, + environmental_impact_potential=survey.potential_ei_rating, + co2_emissions_current=survey.co2_emissions_current_t, ) @staticmethod