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