HA15 checked and added

This commit is contained in:
Khalim Conn-Kowlessar 2024-03-02 13:10:28 +00:00
parent 9a69f8741e
commit dad2fc74c8

View file

@ -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 = []