From dad2fc74c889112cbed0a67578fb013e21b276f9 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Sat, 2 Mar 2024 13:10:28 +0000 Subject: [PATCH] HA15 checked and added --- etl/eligibility/ha_15_32/ha_analysis_batch_3.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etl/eligibility/ha_15_32/ha_analysis_batch_3.py b/etl/eligibility/ha_15_32/ha_analysis_batch_3.py index 81ed2301..1ae05d16 100644 --- a/etl/eligibility/ha_15_32/ha_analysis_batch_3.py +++ b/etl/eligibility/ha_15_32/ha_analysis_batch_3.py @@ -1191,12 +1191,15 @@ class DataLoader: "AFFORDABLE WARMTH": "ECO4", "ECO4 A/W": "ECO4", "ECO4 GBIS (ECO+)": "GBIS", - "ECO4 GBIS (ECO+) JJC UNDER 73m²": "GBIS" + "ECO4 GBIS (ECO+) JJC UNDER 73m²": "GBIS", + "ECO4 AFFORDABLE WARMTH": "ECO4" } eco_eligibility_map = { "not eligble": "not eligible", "eco 4(subject to ciga)": "eco4 (subject to ciga)", + "eco4 (subject to ciga/archetype check": "eco4 (subject to ciga)", + "eco4 (subject to archetype check)": "eco4" } ha_facts_and_figures = []