Map triple glazing 2002-2021 windows to SAP10 code 9 🟥

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Daniel Roth 2026-07-16 15:37:03 +00:00
parent 8f9b2fe2c5
commit cff4095cfd

View file

@ -1223,6 +1223,7 @@ class TestGlazingTypeCoding:
[
("Double glazing installed before 2002", 3), # double pre-2002, U 2.8
("Double glazing installed between 2002 - 2021", 2), # double 2002-2022, U 2.0
("Triple glazing installed between 2002 - 2021", 9), # triple 2002-2022, U 2.0
("Double glazing, Unknown install date", 3), # unknown → pre-2002 default, U 2.8
("Double glazing installed during or after 2022", 13), # double 2022+, U 1.4
("", ""), # no lodging — passes through (calc nulls it)