map elmhurst energy fields to epc property data class 🟩

This commit is contained in:
Daniel Roth 2026-04-27 12:16:26 +00:00
parent 00821c5c23
commit 865ee3eada

View file

@ -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