From afedbd236546f795dd69fdaff56cc3a7804889af Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 27 Apr 2026 12:09:35 +0000 Subject: [PATCH] add energy fields to ElmhurstSiteNotes --- datatypes/epc/surveys/elmhurst_site_notes.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/datatypes/epc/surveys/elmhurst_site_notes.py b/datatypes/epc/surveys/elmhurst_site_notes.py index d1fabc73..0234a29c 100644 --- a/datatypes/epc/surveys/elmhurst_site_notes.py +++ b/datatypes/epc/surveys/elmhurst_site_notes.py @@ -184,6 +184,13 @@ class ElmhurstSiteNotes: surveyor_info: SurveyorInfo property_details: PropertyDetails + # Summary Information + current_sap_rating: int + potential_sap_rating: int + current_ei_rating: int + potential_ei_rating: int + co2_emissions_current_t: float + # Section 1.0 property_type: str # e.g. "B Bungalow" attachment: str # e.g. "E End-Terrace"